This commit is contained in:
dadgam3er 2024-09-21 17:27:41 -04:00
parent 28cf0f1a93
commit f72db412f2

View File

@ -7,6 +7,12 @@ import (
"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!)
var (
_ = net.Listen