Releases: mcozd/json-feed-go
Releases · mcozd/json-feed-go
0.3.0
NEW
- simplified the api with the help of go generics
- no more passing of pointers needed, no more marshalling into passed arguments, just simple ins and outs
- you can now parse a json feed with extensions by extending the basic jsonfeed struct with the help of the go embedding mechanism