Go library to handle UEFI device paths
Find a file
2023-09-16 18:02:20 +02:00
.drone.yml init project 2023-08-27 11:31:03 +02:00
.gitignore init project 2023-08-27 11:31:03 +02:00
base.go add support for file nodes 2023-09-16 17:21:48 +02:00
end.go add beginning of parser 2023-08-27 15:09:30 +02:00
file.go add support for file nodes 2023-09-16 17:21:48 +02:00
file_test.go add support for file nodes 2023-09-16 17:21:48 +02:00
go.mod Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
go.sum Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
harddrive.go Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
harddrive_test.go Add support for hard drive nodes 2023-09-16 17:04:39 +02:00
LICENSE Initial commit 2023-08-27 11:13:27 +02:00
Makefile init project 2023-08-27 11:31:03 +02:00
parser.go add support for file nodes 2023-09-16 17:21:48 +02:00
parser_test.go add support for file nodes 2023-09-16 17:21:48 +02:00
pci.go fix: remove useless print 2023-09-16 18:02:20 +02:00
pci_test.go fix module name 2023-09-16 16:20:09 +02:00
pciroot.go add beginning of parser 2023-08-27 15:09:30 +02:00
README.md add ci build status to readme 2023-08-27 11:32:20 +02:00
sata.go add beginning of parser 2023-08-27 15:09:30 +02:00
sata_test.go fix module name 2023-09-16 16:20:09 +02:00
utils.go add beginning of parser 2023-08-27 15:09:30 +02:00

device-path

Build Status

Go library to handle UEFI device paths