Template:GoFlag: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 13: | Line 13: | ||
''' | '''first steps:''' | ||
[[Go/Installing]] | [[Go/Installing]] {{,}} [[Go/Basics]] | ||
[[Go/ | [[Go/Strings]] {{,}} [[Go/Arrays]] {{,}} [[Go/Slices]] | ||
[[Go/FileIO]] | |||
''' | |||
'''data structures:''' | |||
[[Go/Lists]] {{,}} [[Go/Maps]] {{,}} [[Go/Stacks]] {{,}} [[Go/Queues]] | |||
'''software engineering:''' | |||
[[Go/Naming Conventions]] {{,}} [[Go/Design Patterns]] | |||
'''performance:''' | |||
[[Go/Timing]] {{,}} [[Go/Profiling]] {{,}} [[Go/Benchmarking]] | |||
'''infrastructure and development:''' | |||
[[Go/Tests]] {{,}} [[Go/Travis CI]] {{,}} [[Go/Makefiles]] | |||
[[Go/Packages]] | |||
'''vim + go:''' | |||
our vim + go setup uses custom solarized colors for Golang | |||
[[Go/Vim Solarized]] | |||
'''categories:''' | |||
[[:Category:Go]] | [[:Category:Go]] | ||
Latest revision as of 22:44, 25 December 2018
|
|
Go notes on Go
Go/Strings · Go/Arrays · Go/Slices
Go/Lists · Go/Maps · Go/Stacks · Go/Queues
Go/Naming Conventions · Go/Design Patterns
Go/Timing · Go/Profiling · Go/Benchmarking
Go/Tests · Go/Travis CI · Go/Makefiles
our vim + go setup uses custom solarized colors for Golang
|