An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# go-gpt
![Go](https://github.com/nokute78/go-gpt/workflows/Go/badge.svg)
[![Go Report Card](https://goreportcard.com/badge/github.com/nokute78/go-gpt)](https://goreportcard.com/report/github.com/nokute78/go-gpt)
[![Go Reference](https://pkg.go.dev/badge/github.com/nokute78/go-gpt.svg)](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)