https://github.com/hiroppy/go-book
golangをわかりやすく解説する予定のリポジトリ
https://github.com/hiroppy/go-book
Last synced: about 1 year ago
JSON representation
golangをわかりやすく解説する予定のリポジトリ
- Host: GitHub
- URL: https://github.com/hiroppy/go-book
- Owner: hiroppy
- Created: 2015-05-01T23:48:44.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T10:56:55.000Z (about 11 years ago)
- Last Synced: 2025-01-25T21:56:06.206Z (over 1 year ago)
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#golang
- site : [The Go Programming Language](http://golang.org/)
- repository : [golang/go](https://github.com/golang/go)
## このリポジトリはなにか?
自分がgolangを勉強するためにわかりやすくまとめるつもりのリポジトリ
## 目次
[index](sections/index.md)
## 階層
- README.md
- sections
- index.md
- command
- env
- specification
## 参考
- [golang.jp](http://golang.jp/install)
- [golang.org/ref/spec](http://golang.org/ref/spec)
- [github.com/astaxie/build-web-application-with-golang](https://github.com/astaxie/build-web-application-with-golang)
---
