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
- Host: GitHub
- URL: https://github.com/peaceiris/gotour
- Owner: peaceiris
- Created: 2018-11-19T08:41:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T18:20:07.000Z (over 7 years ago)
- Last Synced: 2024-10-06T04:03:25.198Z (almost 2 years ago)
- Topics: go, golang, gotour
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)