mirror of
https://gitea.dmz.rs/Decentrala/workshops.git
synced 2026-07-11 05:52:31 +02:00
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