Skip to content

Instantly share code, notes, and snippets.

@rec
Last active August 17, 2021 08:10
Show Gist options
  • Save rec/0e70245a4d5100868518c2c42c039c65 to your computer and use it in GitHub Desktop.
Save rec/0e70245a4d5100868518c2c42c039c65 to your computer and use it in GitHub Desktop.
db.go
type AutoGenerated struct {
A struct {
B []interface{} `json:"b"`
} `json:"a"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment