This is a simple repository to test the Go language. It will be used for platform engineering exercises.
It will be used in this repository:
go run main.go
go test
go build
./prime-go
docker build -t prime-go .
docker run -p 8080:8080 prime-go:latest
Author: Joseph Goksu