Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 891 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 891 Bytes

SimpleCalculator

  • Author: Jim Törnvall
  • Year: 2024
  • School: Åland University of Applied Sciences
  • Course: Test Driven Development
  • Status: Go Build and Test

Info

This is a simple TDD project created for school.

Packages

Setup

go mod tidy

Run

go run

Test

go test -v ./...