proper naming
This commit is contained in:
committed by
Jack Christensen
parent
215ffafc74
commit
8b7c699b8f
+1
-1
@@ -736,7 +736,7 @@ func TestRowToStructByNameLaxEmbeddedStruct(t *testing.T) {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestRowToStructByNameLaxJSON(t *testing.T) {
|
func TestRowToStructByNameLaxRowValue(t *testing.T) {
|
||||||
type AnotherTable struct{}
|
type AnotherTable struct{}
|
||||||
type User struct {
|
type User struct {
|
||||||
UserID int `json:"userId" db:"user_id"`
|
UserID int `json:"userId" db:"user_id"`
|
||||||
|
|||||||
Reference in New Issue
Block a user