Files
utility_go/cmd/make/socket
2025-04-10 15:42:08 +08:00

11 lines
97 B
Plaintext

package {name}
type {name} struct {
}
func New() *{name} {
return &{name}{}
}
func init() {}