Files
workshops/slides/go/commands.md
2026-03-02 01:47:42 +01:00

426 B

init

go mod tidy
go mod init hello

Build

go build .
go tool dist list ## list arch

Types

int32,ing64, int -> depends on arch rune -> utf char string -> array of runes

Other

ldd ./hello
ls -lah
strip hello 

online compiler

Notes