The project contains a simple entitlements claim implementation to demonstrate unit testing in Go.
Tutorial: A Gentle Introduction to Unit Testing in Go
- Basic familiarity with the Go programming language.
- A recent version of Go installed on your local machine.
Run the following commands to get set up:
git clone https://github.com/betterstack-community/gounittests.gitcd gounittestsThen follow the tutorial here to learn and practice unit testing in Go.
The code used in this project and in the linked tutorial are licensed under the Apache License, Version 2.0