sai_dive IL

学んだことのアウトプットブログ

【Go】bool型

bool型

論理値型
var 変数名 bool = true or false
例
var t bool = true
var f bool = false