套件:golang-golang-x-mod-dev(0.5.1-2~bpo11+1)
golang-golang-x-mod-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-golang-x-mod:
- [golang-golang-x-mod_0.5.1-2~bpo11+1.dsc]
- [golang-golang-x-mod_0.5.1.orig.tar.xz]
- [golang-golang-x-mod_0.5.1-2~bpo11+1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Go module mechanics libraries
This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves.
It is NOT about supporting general development tools that need to do things like load packages in module mode. That use case, where modules are incidental rather than the focus, should remain in x/tools, specifically x/tools/go/packages.
The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms.
其他與 golang-golang-x-mod-dev 有關的套件
|
|
|
|
-
- dep: golang-golang-x-crypto-dev
- Supplementary Go cryptography libraries
-
- dep: golang-golang-x-xerrors-dev
- new Go 1.13 error values