https://github.com/toewailin/gobyexample
Go by Example with Myanmar Language
https://github.com/toewailin/gobyexample
Last synced: 3 months ago
JSON representation
Go by Example with Myanmar Language
- Host: GitHub
- URL: https://github.com/toewailin/gobyexample
- Owner: toewailin
- Created: 2025-03-18T04:46:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T05:15:25.000Z (3 months ago)
- Last Synced: 2025-03-18T05:30:53.573Z (3 months ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go by Example
Content and build toolchain for [Go by Example](https://gobyexample.com),
a site that teaches Go via annotated example programs.### License
This work is copyright Mark McGranaghan and licensed under a
[Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/).The Go Gopher is copyright [Renée French](https://reneefrench.blogspot.com/) and licensed under a
[Creative Commons Attribution 3.0 Unported License](http://creativecommons.org/licenses/by/3.0/).### Translations
* [Burmese](https://setkyar.github.io/gobyexample) by [Set Kyar Wa Lar](https://github.com/setkyar/gobyexample)
### Thanks
Thanks to [Jeremy Ashkenas](https://github.com/jashkenas)
for [Docco](http://jashkenas.github.io/docco/), which
inspired this project.