test
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user