https://github.com/gregl83/golang-tour
A Tour of Go: Sandbox
https://github.com/gregl83/golang-tour
go golang golang-tour google
Last synced: 9 months ago
JSON representation
A Tour of Go: Sandbox
- Host: GitHub
- URL: https://github.com/gregl83/golang-tour
- Owner: gregl83
- Created: 2015-12-07T04:42:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T21:16:53.000Z (about 9 years ago)
- Last Synced: 2025-07-26T23:21:46.243Z (11 months ago)
- Topics: go, golang, golang-tour, google
- Language: Go
- Homepage: https://golang.org/doc/
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-tour
Go programming language tour files.
## Requirements
- [Go tools](https://golang.org/doc/install)
## Installation
$ go get github.com/gregl83/golang-tour
$ go install github.com/gregl83/golang-tour
## Usage
$ ./bin/golang-tour [module] [lesson]
## Tours
To aid following along the Go tour lessons are stored in respective module directories.
### Modules
- basics
- flowcontrol
- methods
- moretypes
### Lessons
Too many to list here, see the directories matching groups above and use respective filenames.
## License
MIT