Hacker News new | ask | show | jobs
by baby 3145 days ago
You also usually declare stuff using this.

For example

    a := "hello"
or

    a := 0
or

    a := []byte{0, 1}