takadev15 / gobenkyou

Go basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GO勉強

Gopher

Repository for tracking my Learning process

Golang Basic integer data type

  • int8 > (-128 - 127)
  • int16 > (-32768 - 32767)
  • int32 >
  • int64 >
  • uint8 > (0 - 255)

About

Go basics


Languages

Language:Go 100.0%