diff options
author | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 15:42:47 +0000 |
---|---|---|
committer | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 15:42:47 +0000 |
commit | 7fbc2ae2e3cb76d34ffd2f3cde9837c37510664b (patch) | |
tree | 245146c4f6e0c14dc06322ae3b29ce87e978e022 /cmd/ponzu/add.go | |
parent | bf58736dbf18193765bf8b0da113d5c6e477c001 (diff) |
add.go added
Diffstat (limited to 'cmd/ponzu/add.go')
-rw-r--r-- | cmd/ponzu/add.go | 5 |
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 +} |