File: main.go

package info (click to toggle)
golang-github-go-playground-validator-v10 10.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,376 kB
  • sloc: makefile: 17
file content (10 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
package main

import "github.com/gin-gonic/gin/binding"

func main() {

	binding.Validator = new(defaultValidator)

	// regular gin logic
}