test
This commit is contained in:
parent
28cf0f1a93
commit
f72db412f2
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user