摘要: package main import ( "os" "text/template" ) const templateText = `package {{.PackageName}} type {{.StructName}} struct { Field1 string Field2 int } f 阅读全文
posted @ 2024-07-15 09:17 朝阳1 阅读(16) 评论(0) 推荐(0)