go run ./(name of the program)
go build
./(name of the folder)
go test -v
go test -v -coverprofile cover.out
go tool cover -html=cover.out -o cover.html
open cover.html
gridGeneration.go Contains Logic for Grid Generation
validation.go Contains only validation logic
Thanks Mayur Deshmukh for Frontend