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

https://github.com/peaceiris/gotour

A Tour of Go
https://github.com/peaceiris/gotour

go golang gotour

Last synced: over 1 year ago
JSON representation

A Tour of Go

Awesome Lists containing this project

README

          

# A Tour of Go

- [A Tour of Go](https://go-tour-jp.appspot.com/)

## Setup

1. Install Go
1. Install Go Tour

```sh
go get github.com/atotto/go-tour-jp/gotour
gotour
```

## Links

- [動的言語だけやってた僕が、38日間Go言語を書いて学んだこと - Qiita](https://qiita.com/suin/items/22662f43b6a6e8728798)