Explore >> Select a destination


You are here

eli.thegreenplace.net
| | golangbot.com
3.8 parsecs away

Travel
| | Go does not support inheritance. However it does support composition. Composition is achieved by embedding one struct type into another.
| | knight.sc
2.9 parsecs away

Travel
| | The Go programming language does not support the concept of inheritance in the traditional object oriented sense. It does allow for type embedding which provides a powerful method for composition. When getting started with Go these patterns are not always obvious. This post provides a short example of how type embedding is used in one of the Go standard library structs.
| | rakyll.org
2.3 parsecs away

Travel
| | [AI summary] This article explains the unique aspects of the Go programming language's type system, emphasizing data-model separation, composition over inheritance, and interface usage.
| | cocomelonc.github.io
25.0 parsecs away

Travel
| [AI summary] A technical deep dive into an early bird APC injection technique, complete with source code and payload execution examples, intended for both offensive and defensive cybersecurity education.