This commit is contained in:
2024-09-21 17:27:41 -04:00
parent 28cf0f1a93
commit f72db412f2
@@ -7,6 +7,12 @@ import (
"strings" "strings"
) )
type User struct {
email string
name string
age uint
}
// Ensures gofmt doesn't remove the "net" and "os" imports above (feel free to remove this!) // Ensures gofmt doesn't remove the "net" and "os" imports above (feel free to remove this!)
var ( var (
_ = net.Listen _ = net.Listen