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

8 lines
76 B
Smarty

package main
import "fmt"
func main() {
fmt.Println("我是个示例")
}