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

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

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