https://github.com/runattekky/learn-go-with-tests
https://github.com/runattekky/learn-go-with-tests
go tdd testing
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/runattekky/learn-go-with-tests
- Owner: RunAtTekky
- Created: 2025-08-22T11:42:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T07:10:45.000Z (10 months ago)
- Last Synced: 2025-08-30T09:11:25.338Z (10 months ago)
- Topics: go, tdd, testing
- Language: Go
- Homepage: https://quii.gitbook.io/learn-go-with-tests
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn GO with Test Driven Development (TDD)
I am using the following [guide](https://quii.gitbook.io/learn-go-with-tests)
## Goal
- Learn [GO](https://go.dev/) in depth
- Learn [Test Driven Development (TDD)](https://en.wikipedia.org/wiki/Test-driven_development)
- Learn best practices for golang and software development
## Environment
- [GO](https://go.dev/)
- [Arch](https://archlinux.org/) BTW, [Omarchy](http://omarchy.org/) BTW, [Hyprland](https://hypr.land/) BTW, [Neovim](https://neovim.io/) BTW
- [Kitty](https://sw.kovidgoyal.net/kitty/) (Terminal Emulator)
- [Zellij](https://zellij.dev/) (Terminal Multiplexer)
## TDD Cycle
