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

8 lines
76 B
Smarty
Raw Normal View History

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