Introductionto Go and RPC in Go - home · DAMON

–bool, string, int, uint, float32, float64, … •Type conversion var i int= 42 var f float64 = float64(i) –Unlikein C, in Go assignmentbetweenitems of different type requiresan explicitconversion •Type inference –Variable'stype inferredfrom valueon right handside variint j := i// j is an int Valeria Cardellini -SDCC 2020/21 17 ................
................