Go语言现代web开发15 泛型和错误
泛型 Generics are new concepts added in Go version 1.18. Designers have long fought against adding support for generic, citing that it would break the simplicity of the design, and the empty interface can be used instead of it. 泛型是Go 1.18版本中添加的新…
2025-07-11