3

Been picking up Go recently and am really liking the idea of using git repos as library urls, just makes so much sense to me.

Also in general go is just kinda cool and makes me like lower level programming a lot - although I had to learn the hard way with Mutexes and locking.

Comments
  • 4
    Go is pretty high level I’d say.
  • 3
    @Lensflare fair, probably should’ve specified - lower level than usual for me (and considerably faster at execution haha)
  • 3
    @Lensflare I'd go for in between. There is quite the level of control and management. But not as low as rust or C
  • 4
    Also using Master from any repo will bite in the ass at some point
  • 0
    Mutexes are pretty basic concepts
Add Comment