An open API service indexing awesome lists of open source software.

https://github.com/ebouchut/learn-go


https://github.com/ebouchut/learn-go

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

          

# Learn Go

## Resources

- 🏡 Home Page: [Go.dev](https://go.dev)
- Courses:
- [Go Essential Training](https://www.linkedin.com/learning/go-essential-training-16567666) (LinkedIn Learning)
- [Learning Go](https://www.linkedin.com/learning/learning-go-8399317/) (LinkedIn Learning)

## Install Go

- Install with **Homebrew**
```shell
brew install go
```
- Install **manually**: https://go.dev/doc/install