Explore >> Select a destination


You are here

blog.gopheracademy.com
| | ukiahsmith.com
1.9 parsecs away

Travel
| | 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
4.8 parsecs away

Travel
| | Learn about GraphQL and how to use it to query for data in Golang without creating numerous RESTful API endpoints.
| | xdg.me
2.1 parsecs away

Travel
| | Usage and implementation of strum, a Go library for unmarshaling text.
| | benhoyt.com
14.3 parsecs away

Travel
| 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.