You are here |
www.uraimo.com | ||
| | | |
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 | |
| | | |
fernandocorreia.dev
|
|
| | | | This is part 9 of my journey learning Golang. Data types are a designation by a programming language about the kind of values that are being stored. Go has | |
| | | |
golangbot.com
|
|
| | | | Go has support for boolean, float, integer, complex and string types. This tutorial focuses on how to use each type and also the conversion from one type to another. | |
| | | |
marcospereira.me
|
|
| | Understanding floating point representation can help design systems in order to make the most out of this type. |