go

如何在变量中使用上下文值?

英文: Go: How to use context value in a variable? 问题 我正在使用上下文将用户负载(特别是用户ID)附加到我的Go REST应用程序的中间件中。 // 中...