[ buster ]
[ bullseye ]
[ bullseye-backports ]
[ bookworm ]
[ bookworm-backports ]
[ trixie ]
[ sid ]
[ experimental ]
[ 原始碼: golang-golang-x-sys ]
套件:golang-golang-x-sys-dev(0.22.0-2~exp1)
golang-golang-x-sys-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-golang-x-sys:
- [golang-golang-x-sys_0.22.0-2~exp1.dsc]
- [golang-golang-x-sys_0.22.0.orig.tar.gz]
- [golang-golang-x-sys_0.22.0-2~exp1.debian.tar.xz]
維護小組:
- Debian Go Packaging Team (QA 頁面)
- Michael Stapelberg (QA 頁面)
- Anthony Fok (QA 頁面)
- Martina Ferrari (QA 頁面)
外部的資源:
- 主頁 [golang.org]
相似套件:
試製(Experimental)套件
警告:這個套件來自於 experimental 發行版。這表示它很有可能表現出不穩定或者出現 bug ,甚至是導致資料損失。請務必在使用之前查閱 changelog 以及其他潛在的文件。
Low-level interaction with the operating system
This repository holds supplemental Go packages for low-level interactions with the operating system.
The primary use of this package is inside other packages that provide a more portable interface to the system, such as "os", "time" and "net". Use those packages rather than this one if you can.