Y
Hacker News
new
|
ask
|
show
|
jobs
by
maxxxxx
3143 days ago
Interesting. Seems I should take a look at Go.
1 comments
baby
3143 days ago
You also usually declare stuff using this.
For example
a := "hello"
or
a := 0
or
a := []byte{0, 1}
link
For example
or or