GO语言都有哪些关键字?
见https://golang.org/ref/spec The following keywords are reserved and may not be used as identifiers.
break default func interface select case defer go map struct chan else goto package switch const fallthrough if range type continue for import return var
赞0
踩0