Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.