Adding new verbs and fleshing out the skeleton. Drain works while Kill has an error tha requires a deeper dive.

This commit is contained in:
Renan DelValle 2017-12-03 12:41:23 -08:00
parent 51ff20165e
commit 8e0988513a
7 changed files with 232 additions and 40 deletions

View file

@ -1,9 +1,9 @@
package main
import (
"github.com/rdelval/ionbeam/cmd"
"github.com/rdelval/australis/cmd"
)
func main() {
cmd.Execute()
}
cmd.Execute()
}