[ 原始碼: golang-github-rogpeppe-go-internal ]
套件:golang-github-rogpeppe-go-internal-dev(1.12.0-3)
golang-github-rogpeppe-go-internal-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-rogpeppe-go-internal:
- [golang-github-rogpeppe-go-internal_1.12.0-3.dsc]
- [golang-github-rogpeppe-go-internal_1.12.0.orig.tar.gz]
- [golang-github-rogpeppe-go-internal_1.12.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Selected Go-internal packages factored out from the standard library
The go-internal repository factors out an opinionated selection of internal packages and functionality from the Go standard library. Currently this consists mostly of packages and testing code from within the Go tool implementation.
Included are the following:
* dirhash: calculate hashes over directory trees the same way that the Go tool does. * goproxytest: a GOPROXY implementation designed for test use. * gotooltest: Use the Go tool inside test scripts (see testscript below). * imports: list of known architectures and OSs, and support for reading import statements. * modfile: read and write go.mod files while preserving formatting and comments. * module: module paths and versions. * par: do work in parallel. * semver: semantic version parsing. * testenv: information on the current testing environment. * testscript: script-based testing based on txtar files. * txtar: simple text-based file archives for testing.
This package contains the development library files.
其他與 golang-github-rogpeppe-go-internal-dev 有關的套件
|
|
|
|
-
- dep: golang-golang-x-mod-dev (>= 0.9.0)
- Go module mechanics libraries
-
- dep: golang-golang-x-sys-dev (>= 0.0~git20220722.8c9f86f)
- Low-level interaction with the operating system
-
- dep: golang-golang-x-tools-dev (>= 1:0.1.12)
- supplementary Go tools (development files)