any.go 237 B

12345678910
  1. // Copyright 2022 Gin Core Team. All rights reserved.
  2. // Use of this source code is governed by a MIT style
  3. // license that can be found in the LICENSE file.
  4. //go:build !go1.18
  5. // +build !go1.18
  6. package binding
  7. type any = interface{}