https://github.com/ebouchut/learn-go
https://github.com/ebouchut/learn-go
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ebouchut/learn-go
- Owner: ebouchut
- Created: 2023-05-24T11:01:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T12:08:25.000Z (about 3 years ago)
- Last Synced: 2025-10-27T20:33:04.657Z (9 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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