https://github.com/christian-007/go-calculate-area
A simple calculate area program using Go.
https://github.com/christian-007/go-calculate-area
ginkgo golang gomock
Last synced: 5 months ago
JSON representation
A simple calculate area program using Go.
- Host: GitHub
- URL: https://github.com/christian-007/go-calculate-area
- Owner: Christian-007
- Created: 2022-04-08T08:09:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T08:20:07.000Z (over 3 years ago)
- Last Synced: 2025-02-27T05:16:04.099Z (10 months ago)
- Topics: ginkgo, golang, gomock
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Calculate Area
A simple calculate area program using Go.
## Concepts
- Returning error
- Unit tests using [Ginkgo](https://onsi.github.io/ginkgo/)
- Mock using [Gomock](https://github.com/golang/mock)