Skip to content

Instantly share code, notes, and snippets.

@magodo
Created March 25, 2022 03:10
Show Gist options
  • Save magodo/b4fa0c1de9ffe2280a6c6de1d0226584 to your computer and use it in GitHub Desktop.
Save magodo/b4fa0c1de9ffe2280a6c6de1d0226584 to your computer and use it in GitHub Desktop.
interview
type Foo struct {
A string `json:"a"`
}
func (foo *Foo) UnmarshalJSON(data []byte) error {
//TODO
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment