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