remove any.go

This commit is contained in:
thinkerou 2023-02-26 09:46:05 +08:00
parent 440862ef43
commit b75f1bf3b3
4 changed files with 0 additions and 36 deletions

9
any.go
View File

@ -1,9 +0,0 @@
// 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.
//go:build !go1.18
package gin
type any = interface{}

View File

@ -1,9 +0,0 @@
// 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.
//go:build !go1.18
package binding
type any = interface{}

View File

@ -1,9 +0,0 @@
// Copyright 2021 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.
//go:build !go1.18
package render
type any = interface{}

View File

@ -1,9 +0,0 @@
// Copyright 2021 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.
//go:build !go1.18
package protoexample
type any = interface{}