Shameless plug: I am the author.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    edit-2
    1 month ago

    Go pisses me off with that. I separate projects the way I want but go wants every project written in go in one big directory?

    • dinckel@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 month ago

      I really didn’t like this either. It’s quite surprising, because the rest of Go tooling is quite nice. Not having a venv, or at least something like pnpm-style node_modules is weird

      • jollyrogue@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        Why would go have a virtual environment or dep tree like node_modules equivalent, it’s not interpreted or dynamically linked.

        With modules, dependencies can be vendored.

        • dinckel@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          Obviously it’s not, but you have to download all this shit somewhere before compilation. That’s the whole point