Hacker News new | ask | show | jobs
by maxxxxx 3143 days ago
Interesting. Seems I should take a look at Go.
1 comments

You also usually declare stuff using this.

For example

    a := "hello"
or

    a := 0
or

    a := []byte{0, 1}