Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himidori/go-hwinfo-parser
https://github.com/himidori/go-hwinfo-parser
go golang hardware hwinfo parser
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/himidori/go-hwinfo-parser
- Owner: himidori
- License: gpl-3.0
- Created: 2019-03-20T07:25:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T08:12:22.000Z (about 3 years ago)
- Last Synced: 2024-06-20T00:37:49.945Z (6 months ago)
- Topics: go, golang, hardware, hwinfo, parser
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-hwinfo-parser
## install
```
go get github.com/himidori/go-hwinfo-parser
```
## usage
```go
info := hwparser.GetHardwareInfo()
```