The Chaotic History of Package Management in Go (so far)

Поділитися
Вставка

КОМЕНТАРІ • 28

  • @GolangDojo
    @GolangDojo  Рік тому +3

    📝Get your *FREE Golang Cheat Sheet* -
    golangdojo.com/cheatsheet

  • @me-wi8vf
    @me-wi8vf Рік тому +3

    Thanks a lot for sharing the most valuable and most required information in golang

  • @crushfire2004
    @crushfire2004 Рік тому +10

    Before the introduction of Go module, I've seen Go package management is chaotic, with no way (at least I didn't know) how to lock dependencies.
    Go team seems a bit late to realize that as soon the ecosystem grows a sophisticated package manager is a must, but better late than never.

  • @Shatterhand16
    @Shatterhand16 Рік тому +3

    Thanks for the vid, it is really helpful as I'm starting to learn Go and documentation about package managment was confusing to me with all the info about previous approaches.

  • @carghai9235
    @carghai9235 Рік тому +15

    Go package manger is the only reason why I use rust

  • @auniquehandle
    @auniquehandle Рік тому +3

    thank u ser i need this video so bad

  • @SaintMrDog
    @SaintMrDog Рік тому +1

    Hey Wallace can we get a video on Go's Garbage collection.

  • @saikaraka6905
    @saikaraka6905 Рік тому +2

    Why is ..hello world program on go is slow in my office windows machine and antivirus runs when i start executing...go run

    • @saikaraka6905
      @saikaraka6905 Рік тому

      Agin in WSL it runs fine...why in my windows its not working fine...

  • @ygjt76v0-----
    @ygjt76v0----- Рік тому +1

    bro i miss yooooo

  • @RichM1967
    @RichM1967 Рік тому +2

    Go mod has given me MORE headaches than anything else in Go and I've been doing Go since 2011. If you could go more in depth that would be fantastic

  • @Onlyindianpj
    @Onlyindianpj Рік тому

    Answer to your first question
    Yes I have always been confused with package management

  • @perc-ai
    @perc-ai Рік тому

    i didnt know about go workspaces!

    • @cat47
      @cat47 Рік тому

      yes they are pretty new

  • @tobidegnon4409
    @tobidegnon4409 Рік тому

    Who is the second dude that explained the topic and why? Did I miss something?

  • @XlearRetroWave
    @XlearRetroWave Рік тому +2

    i still dont like the package management from go

  • @ravisingh2144
    @ravisingh2144 Рік тому

    Anyone who remember GLIDE, we were using

  • @arshadsiddiqui9071
    @arshadsiddiqui9071 Рік тому

    JavaScript also has a goofy history with modules.

  • @ajithkumar-td7hf
    @ajithkumar-td7hf Рік тому +1

    Go shouls have better dependency management.
    1. Can go pull the depencies if we change the go mod file instead of go commands?
    2. Go should find better way to deal with depencies may be like maven/gradle.

  • @roman-romadin
    @roman-romadin 11 місяців тому

    "go work" - facepalm

  • @hos7012
    @hos7012 Рік тому

    Go is bad designed language