go-ozzo / ozzo-validation

An idiomatic Go (golang) validation package. Supports configurable and extensible validation rules (validators) using normal language constructs instead of error-prone struct tags.
MIT License
3.73k stars 224 forks source link

ozzo-validation to be compatible with tinygo #163

Open filip-dahlberg opened 2 years ago

filip-dahlberg commented 2 years ago

I'm compiling a project with tinygo into wasm that could greatly benefit from using ozzo-validation, but this is not possible since ozzo-validation has a dependency on text/template package. Is there any plan to remove this dependency?