5 lines
56 B
Go
5 lines
56 B
Go
|
package gtrue
|
||
|
|
||
|
func Run(args []string) int {
|
||
|
return 0
|
||
|
}
|