Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cloudacademy/go-testing

🚀 Go Unit Testing Example
https://github.com/cloudacademy/go-testing

cloudacademy development engineering go golang software testing unittesting

Last synced: 22 days ago
JSON representation

🚀 Go Unit Testing Example

Awesome Lists containing this project

README

        

# Go Testing Example

[![Go](https://github.com/cloudacademy/go-testing/actions/workflows/go.yml/badge.svg)](https://github.com/cloudacademy/go-testing/actions/workflows/go.yml)

## Background
The following repo contains source code used to demonstrate how to perform unit testing using Go's in-built testing framework.