An open API service indexing awesome lists of open source software.

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

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)