|
You are here |
blog.gopheracademy.com | ||
| | | | |
ukiahsmith.com
|
|
| | | | | Often times we need to unmarshal upstream data with unique constraints. Such as custom data types, or custom parsing of specific formats. Using the standard library could be impractical, and handling long structs manually can be tedious; however there is an alternative. | |
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | Learn about GraphQL and how to use it to query for data in Golang without creating numerous RESTful API endpoints. | |
| | | | |
xdg.me
|
|
| | | | | Usage and implementation of strum, a Go library for unmarshaling text. | |
| | | | |
benhoyt.com
|
|
| | | My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues. | ||