基本语法 Go关键字 下面是Go的25个关键字: 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 除了上面25个关键字,Go还有36个预定义符: append bool byte cap close complex complex64 co…