Template:GoFlag: Difference between revisions
From charlesreid1
(Created page with "<br /> Category:Go Category:Golang {{Flag |header=Go |image=Gopher.jpg |text=notes on Go Category:Go Go Go/Installing Go/Basics <small>Flags...") |
No edit summary |
||
| (16 intermediate revisions by the same user not shown) | |||
| Line 9: | Line 9: | ||
|text=notes on Go | |text=notes on Go | ||
[[Go]] | [[Go]] | ||
[[Go/Basics]] | '''first steps:''' | ||
[[Go/Installing]] {{,}} [[Go/Basics]] | |||
[[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]] | |||
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
|