summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.name>2019-08-28 18:12:20 +0100
committerNick White <git@njw.name>2019-08-28 18:12:20 +0100
commit48d894897894a010db1661259fa375e1be36e659 (patch)
treeb44f1c9f40577b8acc00d4fa865ebfa0ccc267de
parent74b89d5f2cd968e58be9a28f1dbce7a1ebda581e (diff)
Move booktopipeline and mkpipeline into bookpipeline/cmd
-rw-r--r--bookpipeline/cmd/booktopipeline/main.go (renamed from booktopipeline/main.go)1
-rw-r--r--bookpipeline/cmd/mkpipeline/main.go (renamed from mkpipeline/main.go)2
2 files changed, 3 insertions, 0 deletions
diff --git a/booktopipeline/main.go b/bookpipeline/cmd/booktopipeline/main.go
index 7c4e004..40ed35b 100644
--- a/booktopipeline/main.go
+++ b/bookpipeline/cmd/booktopipeline/main.go
@@ -1,4 +1,5 @@
package main
+// TODO: use bookpipeline package to do aws stuff
// TODO: have logs go somewhere useful, like email
import (
diff --git a/mkpipeline/main.go b/bookpipeline/cmd/mkpipeline/main.go
index 572ef76..b15d160 100644
--- a/mkpipeline/main.go
+++ b/bookpipeline/cmd/mkpipeline/main.go
@@ -1,5 +1,7 @@
package main
+// TODO: use the bookpipeline package for aws stuff
+
import (
"log"
"os"