00-Go 关键字之介绍 1、关键字关键字即是被 Go 赋予了特殊含义的单词。 Go 一共有 25 个关键字: 12345break default func interface selectcase defer go map structchan else goto package switchconst fallthrough if range typecontinue for import return var 2、保留字Go 还有 37 个保留字 123456789101112内建常量: true false iota nil内建类型: int int8 int16 int32 int64 uint uint8 uint16 uint32 uint64 uintptr float32 float64 complex128 complex64bool: byte rune string error内建函数: make delete complex panic append copy close len cap real imag new recover Go > Go 关键字 #Go #Go 关键字 00-Go 关键字之介绍 https://flepeng.github.io/021-Go-31-Go-关键字-00-Go-关键字之介绍/ 作者 Lepeng 发布于 2024年12月1日 许可协议 01-Go 关键字之 import 上一篇 02-Go 保留字之 iota 下一篇 Please enable JavaScript to view the comments