modulepackage
0.0.0-20250129054339-acae98a2e337
Repository: https://github.com/uclalibrary/go-validate.git
Documentation: pkg.go.dev
# README
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
# Functions
ApplyExitOnHelp exits out of program if --help is flag.
ValidateLogLevel validates the log level.
# Variables
No description provided by the author