-
Hi all, I'm using type Sheep struct {
Feet int
Sound string `db:"-"`
} But this I still get the usual "number of field descriptions must equal number of destinations" error. |
Beta Was this translation helpful? Give feedback.
Answered by
jackc
Jul 15, 2023
Replies: 1 comment 1 reply
-
It didn't support that struct tag. But it is a simple enough change. Should work as of 2f6fcf8. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
haarts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It didn't support that struct tag. But it is a simple enough change. Should work as of 2f6fcf8.