https://github.com/hemanta212/learn-go-with-tests
Learn Go and TDD Workbook
https://github.com/hemanta212/learn-go-with-tests
emacs go literate org programming tdd tests
Last synced: 3 months ago
JSON representation
Learn Go and TDD Workbook
- Host: GitHub
- URL: https://github.com/hemanta212/learn-go-with-tests
- Owner: hemanta212
- Created: 2022-07-11T09:06:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T14:17:04.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T18:14:26.708Z (5 months ago)
- Topics: emacs, go, literate, org, programming, tdd, tests
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn Go With Tests
Website: https://quii.gitbook.io/learn-go-with-tests/
Github: https://github.com/quii/learn-go-with-tests
## Complementry Resource
Go Offical Docs: Tour of Go: https://go.dev/tour/
Go By Example : https://gobyexample.com/
Effective Go: https://go.dev/doc/effective_go
The Blue Book: Go Programming Language : https://www.gopl.io/
## Other Resources
[Build Web Application With Golang (Astaxie Gitbook IO)](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/)
## Literate Notes
- [A Note on Slices](./array_and_slices/README.org)