https://github.com/solareenlo/gopl
[WIP]『プログラミング言語Go』読んでみた :)
https://github.com/solareenlo/gopl
go golang
Last synced: 4 months ago
JSON representation
[WIP]『プログラミング言語Go』読んでみた :)
- Host: GitHub
- URL: https://github.com/solareenlo/gopl
- Owner: solareenlo
- Created: 2021-06-30T19:14:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-01T20:36:08.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T09:15:25.908Z (6 months ago)
- Topics: go, golang
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gopl
- 『プログラミング言語Go』読んでみた## LICENSE
- These example programs are licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).## REFERENCES
- [adonovan/gopl.io](https://github.com/adonovan/gopl.io/)
- [The Go Programming Language](https://www.gopl.io/)