Dumps GPT (Guid Partition Table) information on EFI systems. This project has no other purpose that for me to learn Go
.
See Wikipedia/GPT for information about the GPT structure.
$ go get github.com/suspectpart/lsgpt
$ sudo $GOPATH/bin/lsgpt /dev/sdx
Replace /dev/sdx
with the drive that contains your GPT.
$ go test ./gpt/