This website requires JavaScript.
Explore
Help
Sign in
ridv
/
australis
Watch
1
Star
0
Fork
You've already forked australis
0
Code
Issues
Pull requests
Projects
Releases
16
Packages
Wiki
Activity
Actions
178e12bcc9
australis
/
main.go
10 lines
93 B
Go
Raw
Normal View
History
Unescape
Escape
Initial commit of client.
2017-12-02 15:08:43 -08:00
package
main
import
(
Adding new verbs and fleshing out the skeleton. Drain works while Kill has an error tha requires a deeper dive.
2017-12-03 12:41:23 -08:00
"github.com/rdelval/australis/cmd"
Initial commit of client.
2017-12-02 15:08:43 -08:00
)
func
main
(
)
{
Adding new verbs and fleshing out the skeleton. Drain works while Kill has an error tha requires a deeper dive.
2017-12-03 12:41:23 -08:00
cmd
.
Execute
(
)
}
Reference in a new issue
Copy permalink