wujian_develop_tool/template/service/docker/golang/main.tpl

8 lines
76 B
Smarty
Raw Normal View History

2022-01-06 23:34:37 +08:00
package main
import "fmt"
func main() {
fmt.Println("我是个示例")
}