Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix overview. #116

Merged
merged 1 commit into from
Jun 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions alphanumeric.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions alphanumeric_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions ascii.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions ascii_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions checker_test.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 0 additions & 8 deletions cidr.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions cidr_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions credit_card.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions credit_card_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions digits.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions digits_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions email.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions email_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions fqdn.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions fqdn_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions ip.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions ip_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions ipv4.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions ipv4_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions ipv6.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions ipv6_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions isbn.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions isbn_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions lower.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions lower_test.go
Original file line number Diff line number Diff line change
@@ -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

Expand Down
8 changes: 0 additions & 8 deletions luhn.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions luhn_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions mac.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions mac_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions max.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions max_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions maxlength.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
7 changes: 0 additions & 7 deletions maxlength_test.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
8 changes: 0 additions & 8 deletions min.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
Loading