diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-28 19:34:43 -0400 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-28 19:34:43 -0400 |
| commit | 561118058aaa480fcd661fa6b7306dc0aeb592e9 (patch) | |
| tree | 976d64d6661f6037eba536998af185fdadb3192a /docker.go | |
| parent | 5c728f1ea67566aea7f0c85130d039316e8334c3 (diff) | |
| download | x-1.1.6.tar.xz x-1.1.6.zip | |
docker.go: you toov1.1.6
Diffstat (limited to 'docker.go')
| -rw-r--r-- | docker.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,6 +9,7 @@ import ( "log" "path/filepath" + "within.website/x/internal" "within.website/x/internal/yeet" ) @@ -17,7 +18,7 @@ var ( ) func main() { - flag.Parse() + internal.HandleStartup() ctx, cancel := context.WithCancel(context.Background()) defer cancel() |
