golang-github-go-ozzo-ozzo-validation.v4 4.3.0-2 source package in Ubuntu

Changelog

golang-github-go-ozzo-ozzo-validation.v4 (4.3.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Andreas Henriksson <email address hidden>  Sun, 08 Jan 2023 18:37:42 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-go-ozzo-ozzo-validation.v4_4.3.0-2.dsc 2.4 KiB 529f5cd38ca3187d34bc33e4f69654c22e16a6623db1d007e14f9ede84840699
golang-github-go-ozzo-ozzo-validation.v4_4.3.0.orig.tar.gz 38.4 KiB c67c45261efa195723c35f66d8ccdeccfb410a7789a77b1ad9ba48f29e3a6d40
golang-github-go-ozzo-ozzo-validation.v4_4.3.0-2.debian.tar.xz 2.5 KiB 1f5736f7cd37b2fdfe4db05876933b73bb6b942d2b12be0a3e0c1d5be4b4f012

No changes file available.

Binary packages built by this source

golang-github-go-ozzo-ozzo-validation.v4-dev: idiomatic Go (golang) validation package.

 ozzo-validation is a Go package that provides configurable and extensible
 data validation capabilities. It has the following features:
 .
  * use normal programming constructs rather than error-prone struct tags
    to specify how data should be validated.
  * can validate data of different types, e.g., structs, strings, byte
    slices, slices, maps, arrays.
  * can validate custom data types as long as they implement the
    Validatable interface.
  * can validate data types that implement the sql.Valuer interface (e.g.
    sql.NullString).
  * customizable and well-formatted validation errors.
  * error code and message translation support.
  * provide a rich set of validation rules right out of box.
  * extremely easy to create and use custom validation rules.