8 votes

Go 1.11 released

4 comments

  1. MacDolanFarms
    Link
    I'm excited about modules. I don't work with Go, and GOPATH one of the things that always kept me from getting into it.

    I'm excited about modules. I don't work with Go, and GOPATH one of the things that always kept me from getting into it.

    3 votes
  2. [3]
    Celeo
    (edited )
    Link
    I'm looking forward to using modules; I've tried dep, glide, godep, and maybe one more, but have, for the most part, just used go get and hope nothing changes upstream. It is interesting, though,...

    I'm looking forward to using modules; I've tried dep, glide, godep, and maybe one more, but have, for the most part, just used go get and hope nothing changes upstream. It is interesting, though, that they're still calling the support "preliminary."

    Edit: grammar

    1. [2]
      what
      Link Parent
      Same here - package management has been a bit of a pain with Go. An alternative to GOPATH is also nice.

      Same here - package management has been a bit of a pain with Go. An alternative to GOPATH is also nice.

      2 votes
      1. Celeo
        Link Parent
        Also true, yeah. It never really bothered me, I just had to remember that my Go code was not in the directory that I kept all my other code, so if I hadn't used Go in a while, I'd have to sort of...

        Also true, yeah. It never really bothered me, I just had to remember that my Go code was not in the directory that I kept all my other code, so if I hadn't used Go in a while, I'd have to sort of flail around my filesystem, looking for those projects.

        1 vote