mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
proper naming
This commit is contained in:
parent
215ffafc74
commit
8b7c699b8f
@ -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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user