Why Nostr? What is Njump?
2024-05-27 09:48:25
in reply to

mleku on Nostr: in go there is arrays, with fixed size: [32]byte - often found for hash functions, ...

in go there is arrays, with fixed size: [32]byte - often found for hash functions, and much more common are dynamic arrays or "slices" which are []byte

byte is a synonym for uint8 or unsigned 8 bit integer and they are used constantly for all types of things except for the last leg often if it's text it comes out as string, the two can be interchanged in many cases but strings are immutable, the only immutable objects in Go aside from constants - they are the only structured type that can be a constant in go
Author Public Key
npub1fjqqy4a93z5zsjwsfxqhc2764kvykfdyttvldkkkdera8dr78vhsmmleku