41
woops
6y

3 things that i like i golang:
1. The logo
2.
3.

Comments
  • 3
    I just started learning it and it's extremely awesome!
    What don't you like about it?
  • 1
    Reason reasons?
  • 2
    The performance of that language seems awesome, and that logo...
  • 2
    I hate the assignment operator
    :=
  • 0
    @irene never worked with them 🤷‍♂️
  • 1
    I love Go's fangs!

    :=
  • 2
    In mathematics you have := too. So I guess it kinda makes sense that some languages use it
  • 1
    @smallTalker
    They use := to create a new variable with the type inferred by its assigned value.

    name := "Name"

    Creates a string variable `name` with the string "Name" assigned to it
Add Comment