8 lines
82 B
Go
8 lines
82 B
Go
package main
|
|
|
|
import "git.shee.sh/james/ward/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|