A mini project to demonstrate using go test implementation. The program takes in a number and return the result whether if it is a prime number.
To try out this project, run the following command:
$ go run .
To try out the go test, run the following command:
$ go test