# Describe Request Added copyright header to the code. Fixes #112 # Change Type Documentation change.
This commit is contained in:
parent
fbabb71288
commit
f76f14c0ce
59 changed files with 470 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
ascii.go
8
ascii.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,4 +1,10 @@
|
|||
// 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.
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
cidr.go
8
cidr.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
email.go
8
email.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
fqdn.go
8
fqdn.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
header.txt
Normal file
8
header.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// 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.
|
||||
//
|
||||
8
ip.go
8
ip.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
ipv4.go
8
ipv4.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
ipv6.go
8
ipv6.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
isbn.go
8
isbn.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
lower.go
8
lower.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
luhn.go
8
luhn.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
mac.go
8
mac.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
max.go
8
max.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
min.go
8
min.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import "reflect"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
same.go
8
same.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import "testing"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
title.go
8
title.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
trim.go
8
trim.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
upper.go
8
upper.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
8
url.go
8
url.go
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
// 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.
|
||||
//
|
||||
package checker_test
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue