7 lines
80 B
Go
7 lines
80 B
Go
package tsctl
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("tsctl main function")
|
|
} |