alock/example/mian.go
2019-09-24 13:32:11 +03:30

9 lines
72 B
Go

package main
import "fmt"
//TODO
func main() {
fmt.Println("TODO")
}