Skip to content

Instantly share code, notes, and snippets.

@cia-rana
Last active May 25, 2019 13:59
Show Gist options
  • Save cia-rana/f9e0f0791ab2b1a4cc26851527221064 to your computer and use it in GitHub Desktop.
Save cia-rana/f9e0f0791ab2b1a4cc26851527221064 to your computer and use it in GitHub Desktop.
Go言語 パッケージマネージャの歴史

2009/11

  • 8g, 8l と makefile (またそれをラップする gobuild
    • 8g, 8l のほかに 6g/5g, 6l/5l がある
    • Xg: コンパイラ, Xl: リンカ, 8Y: x86-64(amd64), 6Y: x86(386), 5Y: arm

2010/02

  • goinstall
    • 現在使われているインポートパスが制定される
    • makefileでの管理が廃止される

2011/12

  • go コマンドの導入
    • goinstall の代わりとなる go get が実装される

2014/03

  • gopkg.in が立ち上がる

  • glide

  • dep

  • vgo

  • Go Modules

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment