https://github.com/nokute78/go-gpt
A library to read MBR/GPT.
https://github.com/nokute78/go-gpt
golang gpt mbr
Last synced: 7 months ago
JSON representation
A library to read MBR/GPT.
- Host: GitHub
- URL: https://github.com/nokute78/go-gpt
- Owner: nokute78
- License: apache-2.0
- Created: 2021-02-06T14:32:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-07T08:49:23.000Z (over 4 years ago)
- Last Synced: 2025-01-28T01:14:51.966Z (9 months ago)
- Topics: golang, gpt, mbr
- Language: Go
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-gpt

[](https://goreportcard.com/report/github.com/nokute78/go-gpt)
[](https://pkg.go.dev/github.com/nokute78/go-gpt)## Installation
```
go get github.com/nokute78/go-gpt/pkg/gpt
```## Usage
The package supports to read MBR/GPT header.
## License
[Apache License v2.0](https://www.apache.org/licenses/LICENSE-2.0)