GoLang予約キーワード
合計25個:
break //
default // (switch、select)
func //
interface //
select //channel
case //
chan // channel
const //
continue //
defer // ( )
go //
map //map
struct //
else //
goto //
package //
switch //
fallthrough //??
if //
range // slice、map
type //
for //
import //
return //
var //