426 B
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
Notes
-
standard lib is huge