9 lines
113 B
Go
9 lines
113 B
Go
package main
|
|
|
|
import (
|
|
"gitlab.com/slon/shad-go/tools/testtool/commands"
|
|
)
|
|
|
|
func main() {
|
|
commands.Execute()
|
|
}
|