[ 源代码: golang-github-ashcrow-osrelease ]
软件包:golang-github-ashcrow-osrelease-dev(0.0.1-2)
golang-github-ashcrow-osrelease-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-ashcrow-osrelease:
- [golang-github-ashcrow-osrelease_0.0.1-2.dsc]
- [golang-github-ashcrow-osrelease_0.0.1.orig.tar.gz]
- [golang-github-ashcrow-osrelease_0.0.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Go library/binary for parsing osrelease
The osrelease package is a Go library designed to simplify the process of reading and parsing /etc/os-release files. These files contain operating system identification data, which can be useful for various system administration and automation tasks.
This package provides an easy-to-use API for accessing the contents of os-release files, making it straightforward to retrieve information such as the operating system's name, version, and other relevant details. It supports both automatic detection of the os-release file and explicit file loading.