0
点赞
收藏
分享

微信扫一扫

【Gin-v1.9.0源码阅读】render/any.go

汤姆torn 2024-05-28 阅读 4


// 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
// +build !go1.18

package render

type any = interface{}

举报

相关推荐

0 条评论