MattHodge / go-octopusdeploy

A Go wrapper for the Octopus Deploy REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace validation with custom implementation

MattHodge opened this issue · comments

Some parts of the code base are using the go-playground/validator.v9 package to validating structs.

Switch over to using our own version of validation (already used for projects)