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: 3 months ago
JSON representation
🚀 Go Unit Testing Example
- Host: GitHub
- URL: https://github.com/cloudacademy/go-testing
- Owner: cloudacademy
- Created: 2022-01-06T00:02:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-17T23:24:00.000Z (about 3 years ago)
- Last Synced: 2024-04-14T07:42:43.304Z (about 1 year ago)
- Topics: cloudacademy, development, engineering, go, golang, software, testing, unittesting
- Language: Go
- Homepage: https://cloudacademy.com
- Size: 21.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Testing Example
[](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.