/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rakyll.org
| | golangbot.com
2.2 parsecs away

Travel
| | Go does not support inheritance. However it does support composition. Composition is achieved by embedding one struct type into another.
| | aneesh.mataroa.blog
1.5 parsecs away

Travel
| |
| | eli.thegreenplace.net
2.3 parsecs away

Travel
| |
| | ukiahsmith.com
9.1 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.