Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anpep/learn-go-with-tests
Learning Go using test-driven development
https://github.com/anpep/learn-go-with-tests
go golang learning learning-by-doing tdd
Last synced: about 1 month ago
JSON representation
Learning Go using test-driven development
- Host: GitHub
- URL: https://github.com/anpep/learn-go-with-tests
- Owner: anpep
- License: gpl-2.0
- Created: 2022-04-27T02:56:42.000Z (over 2 years ago)
- Default Branch: trunk
- Last Pushed: 2022-05-02T04:15:53.000Z (over 2 years ago)
- Last Synced: 2024-04-17T17:53:25.928Z (9 months ago)
- Topics: go, golang, learning, learning-by-doing, tdd
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Learn Go with tests
![License](https://img.shields.io/github/license/anpep/learn-go-with-tests)
[![Go](https://github.com/anpep/learn-go-with-tests/actions/workflows/go.yml/badge.svg)](https://github.com/anpep/learn-go-with-tests/actions/workflows/go.yml)## What's this?
This is my shot at learning Go using [test-driven development (TDD)](https://en.wikipedia.org/wiki/Test-driven_development).
To this end, I'm following the [Learn Go with tests GitBook](https://quii.gitbook.io/learn-go-with-tests/), which I've
been recommended by many people.