summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorAlex Goodman <wagoodman@gmail.com>2018-05-24 20:49:59 -0400
committerAlex Goodman <wagoodman@gmail.com>2018-05-24 20:49:59 -0400
commit86e979c80cfb81dbdd22f8b409d8399ec0dabb98 (patch)
tree1872cf53624803174dc6c6ff9fcba95083f512ab /main.go
parentea66c0e810bc164faa3807b1bf4dcd062c81f32c (diff)
added tree stacking
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index d23ba4f..97138b3 100644
--- a/main.go
+++ b/main.go
@@ -55,7 +55,7 @@ func saveImage(readCloser io.ReadCloser) {
}
}
-func main() {
+func demo() {
ctx := context.Background()
cli, err := client.NewEnvClient()
if err != nil {