Skip to content

huangsam/go-trial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Trial

GitHub Actions Workflow Status License

Curated learning designed for Software Engineers proficient in Python / Java / C++ and need to quickly ramp up their Go skills for work.

The best time to start was yesterday. The second best time is now.

There's no better time to master Golang than now! 🔥

Gopher

Getting started

Here are the commands you need to know:

# Setup tools
bash scripts/setup.sh

# Run build
bash scripts/build.sh

# Run tests
bash scripts/test.sh

# Run linters
bash scripts/lint.sh

To learn more, please consult the user guide.

Learning path

This learning path is designed to take you from Go beginner to proficient in a matter of weeks. Each section contains practical examples to read and experiment with.

Core concepts

Practical concepts

Apply your knowledge!

Ready to showcase your Go skills? Dive into a side project and create something amazing! Check out Namigo for inspiration. 🚀

Useful resources

GitHub projects

Online tutorials

Blog posts