any.go 233 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 gin
  7. type any = interface{}