Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shuuji3/tour-of-go
Codes witten for "A tour of Go".
https://github.com/shuuji3/tour-of-go
Last synced: about 1 month ago
JSON representation
Codes witten for "A tour of Go".
- Host: GitHub
- URL: https://github.com/shuuji3/tour-of-go
- Owner: shuuji3
- Created: 2020-05-05T08:22:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T11:10:47.000Z (over 4 years ago)
- Last Synced: 2024-06-11T19:12:54.072Z (5 months ago)
- Language: Go
- Homepage: https://tour.golang.org/welcome/1
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tour-of-go
Codes written for [A Tour of Go](https://tour.golang.org/welcome/1).
## Helper Script
### [create-directories.go](./create-directories.go)
Create directories and copy the template [main.go](./main.go) file into each directory.