Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit f17e9b4

Browse files
committed
编写 包管理历史 #8
1 parent 27b63b2 commit f17e9b4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

‎golang/package.md‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Golang包管理历史
2+
3+
## 概述
4+
5+
Golang由于是这几年火起来的,包管理的进步和演变还没有形成全网统一。
6+
7+
在刚开始学习golang的过程中,经常会被 `GOPATH` `go mod` `dep` 等包管理名词弄晕,在网上查阅相关文章时,可能仅仅一年前的文章还在讲 `GOPATH` ,因为 `go mod``go1.13` 才算正式代替了以前的包管理工具,距今的历史还很短。
8+
9+
种种原因导致了 `golang` 包管理学习的混乱,而了解这一历史是入门 `golang` 的必经之路,否则在你的项目中, `GOPATH``go mod` 的交织会造成很多问题。
10+
11+
下面会给出一些文章,看完基本就对其历史进程和使用有一个基本了解了
12+
13+
## 文章
14+
15+
https://blog.wolfogre.com/posts/golang-package-history/ 包管理历史时间线概述
16+
17+
https://learnku.com/docs/go-blog/modules2019/6489 `golang` 团队在 `2018` 年对 `go mod` 的展望和计划
18+
19+
https://www.cyningsun.com/09-07-2019/package-management.html 包管理历史讲解
20+
21+
https://youwu.today/skill/backend/using-go-modules/ 使用 `go mod`
22+
23+
https://iswbm.com/273.html `go mod` 详解
24+
25+
26+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /