From e5a0140ef277a2edd3495c20d8195a75aa2bbc9d Mon Sep 17 00:00:00 2001 From: Onur Cinar Date: Sat, 24 Jun 2023 19:00:42 +0000 Subject: [PATCH] Add copyright to the source code. Fixes #112 #113 --- checker.go | 1 - 1 file changed, 1 deletion(-) diff --git a/checker.go b/checker.go index 26d3273..5ebc811 100644 --- a/checker.go +++ b/checker.go @@ -5,7 +5,6 @@ // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. -// Package checker is a Go library for validating user input through struct tags. package checker import (