Fix overview. (#116)
# Describe Request Fix overview. # Change Type Document change.
This commit is contained in:
parent
3a53201769
commit
4bf287b006
57 changed files with 0 additions and 426 deletions
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
8
cidr.go
8
cidr.go
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
ip.go
8
ip.go
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
8
luhn.go
8
luhn.go
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
8
title.go
8
title.go
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
8
trim.go
8
trim.go
|
|
@ -1,11 +1,3 @@
|
|||
// 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,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
8
upper.go
8
upper.go
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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
|
||||
|
||||
|
|
|
|||
8
url.go
8
url.go
|
|
@ -1,11 +1,3 @@
|
|||
// 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,10 +1,3 @@
|
|||
// 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