Skip to the content.

Golang Web 笔记

gin

gin.H

底层实现是:

type any = interface{}

// H is shortcut for map[string]any
type H map[string]any

接口测试

使用curl

阅读资料