|
You are here |
threedots.tech | ||
| | | | |
rodusek.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | |||