# Describe Request Added copyright header to the code. Fixes #112 # Change Type Documentation change.
8 lines
285 B
Text
8 lines
285 B
Text
// Package checker is a Go library for validating user input through struct tags.
|
|
//
|
|
// https://github.com/cinar/checker
|
|
//
|
|
// Copyright 2023 Onur Cinar. All rights reserved.
|
|
// Use of this source code is governed by a MIT-style
|
|
// license that can be found in the LICENSE file.
|
|
//
|