go-tooling-workshop
Tooling workshop
Teaching the tools used by Go developers to improve their coding skills and performance
A workshop covering all the tools gophers use in their day to day life
3k stars
86 watching
184 forks
Language: Go
last commit: about 6 years ago
Linked from 1 awesome list
goperformancetoolingworkshop
Related projects:
Repository | Description | Stars |
---|---|---|
golang/tools | Provides tools and packages for static analysis and code transformation of Go programs. | 7,430 |
campoy/go-web-workshop | A comprehensive workshop on building web applications with Go on App Engine | 536 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,564 |
go-kit/kit | A toolkit for building microservices in Go | 26,684 |
golang/vscode-go | Provides rich language support and debugging tools for the Go programming language in Visual Studio Code | 3,915 |
gopherjs/gopherjs | Compiles Go code to JavaScript for running in browsers | 12,785 |
inancgumus/learngo | A repository of thousands of Go examples and exercises to help developers learn the language by fixing and solving problems. | 18,987 |
wailsapp/wails | Enables Go programmers to build desktop applications with integrated web frontends | 25,855 |
teh-cmc/go-internals | A comprehensive resource for understanding the inner workings of the Go programming language | 7,836 |
go101/go101 | A knowledge base and book series for learning Go programming | 5,559 |
smartystreets/goconvey | A tool for writing and running Go tests in the browser or terminal with visualizations of test results | 8,282 |
c-bata/go-prompt | A library for building interactive command-line interfaces with auto-complete suggestions. | 5,303 |
davecheney/high-performance-go-workshop | A comprehensive workshop covering high-performance Go development best practices and techniques. | 806 |
dgryski/go-perfbook | A comprehensive guide to optimizing Go code for performance | 10,698 |
quii/learn-go-with-tests | A comprehensive resource for learning Go programming with test-driven development (TDD) principles. | 22,299 |