CLI for our validation-services project
First, ensure that you have at least Go Version 1.22 on you system. Clone this repository
git clone https://github.com/UCLALibrary/go-validate.git
and run
go build -o pt-tools main.go
or to build and run tests and checkstyles use the command
make