Last active
August 17, 2021 08:10
-
-
Save rec/0e70245a4d5100868518c2c42c039c65 to your computer and use it in GitHub Desktop.
db.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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