Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 673 Bytes

README2.md

File metadata and controls

25 lines (13 loc) · 673 Bytes

ztm

#primitive data types

String is representation of runes runeis a fixed number of bytes which contains bits (ie 32 bits is 4bytes x 8bits) iteration over string iterates over bytes which does not represent full rune loop through rune requires special operation

```` to `create a rune` should use rune literal `'`, backticks for symbols

for strings we use double quotes "a" Raw literal: Lets code together use when strings have single/double quotes

#variables

Concurrency

`time.After() returns channel and publishes timestamp after time expires. Consider it as snooze. Can be very helpfull controlling goroutine select block