Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 342 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 342 Bytes

go-validate

CLI for our validation-services project

Installation

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