Skip to content

os-hun/go-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tutorial

Go言語 勉強用ディレクトリ

コマンド

実行コマンド
$ go run [file]

ビルド
$ go build [file]

Basic types

bool

string

int int8 int16 int32 int64
uint uint8 uint16 uint32 uint64 uintptr

byte   // alias for unit8

rune   // alias for int32
       // represents a Unicode code point

float32 float64

complex64 complex128

About

golang tutorial

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages