From c49d772f4eb5f00db6ba935822157dd676aa1ed1 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Mon, 21 Mar 2022 09:14:15 +0800 Subject: [PATCH] Update any.go --- binding/any.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/any.go b/binding/any.go index 6b46ec80..1331d390 100644 --- a/binding/any.go +++ b/binding/any.go @@ -1,4 +1,4 @@ -// Copyright 2021 Gin Core Team. All rights reserved. +// Copyright 2022 Gin Core Team. All rights reserved. // Use of this source code is governed by a MIT style // license that can be found in the LICENSE file.