Explore >> Select a destination


You are here

threedots.tech
| | rodusek.com
16.2 parsecs away

Travel
| | In go , interfaces are satisfied by any type that implements all of the methods defined in the interface. This makes Go interfaces "open" types, meaning that any type can satisfy an interface at any time. However, did you know that Go actually has a mechanism for restricting who can implement these types? This go-tip will tell you how you can accomplish this.
| | lukesingham.com
11.5 parsecs away

Travel
| | These are my summary notes of 'A Tour of Go' - which is meant for people who are familiar with programming to have a quick tour
| | benhoyt.com
16.6 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.
| | thecodebarbarian.com
43.7 parsecs away

Travel
|