summaryrefslogtreecommitdiff
path: root/cmd/ponzu/add.go
diff options
context:
space:
mode:
authorOllie Phillips <oliver@eantics.co.uk>2017-02-24 15:42:47 +0000
committerOllie Phillips <oliver@eantics.co.uk>2017-02-24 15:42:47 +0000
commit7fbc2ae2e3cb76d34ffd2f3cde9837c37510664b (patch)
tree245146c4f6e0c14dc06322ae3b29ce87e978e022 /cmd/ponzu/add.go
parentbf58736dbf18193765bf8b0da113d5c6e477c001 (diff)
add.go added
Diffstat (limited to 'cmd/ponzu/add.go')
-rw-r--r--cmd/ponzu/add.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/ponzu/add.go b/cmd/ponzu/add.go
new file mode 100644
index 0000000..871f674
--- /dev/null
+++ b/cmd/ponzu/add.go
@@ -0,0 +1,5 @@
+package main
+
+func getAddon(args []string) error {
+ return nil
+}