Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Go的版本管理之路

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for ipfans ipfans
October 27, 2018

 Go的版本管理之路

2018中国计算机大会现代编程语言专场演讲内容

Avatar for ipfans

ipfans

October 27, 2018

More Decks by ipfans

Other Decks in Programming

Transcript

  1. "dependencies": { "antd": "^3.0.2", "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "ckeditor": "^4.9.2",

    "classnames": "^2.2.6", "color": "^3.0.0", "copy-text-to-clipboard": "^1.0.4", "dayjs": "^1.7.2", } { "require": { "monolog/monolog": "1.0.*" } } 其他语⾔言的依赖管理理 PHP Node
  2. $GOPATH $GOPATH ├── bin ├── pkg └── src ├── google.golang.org

    │ └── grpc │ ├── README.md │ ├── backoff.go │ ├── balancer │ │ ├── balancer.go .....