refactor goctl, fix golint issues (#903)
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
)
|
||||
|
||||
func TestUnmarshalContext(t *testing.T) {
|
||||
|
||||
type Person struct {
|
||||
Name string `ctx:"name"`
|
||||
Age int `ctx:"age"`
|
||||
|
||||
Reference in New Issue
Block a user