Added documentation badge

This commit is contained in:
Caleb Gardner
2020-11-25 08:38:58 -06:00
parent f38db6107f
commit b21d16d5aa
+2
View File
@@ -1,5 +1,7 @@
# GoSquashfs # GoSquashfs
[![PkgGoDev](https://pkg.go.dev/badge/github.com/CalebQ42/GoSquashfs)](https://pkg.go.dev/github.com/CalebQ42/GoSquashfs)
A PURE Go library to read and write squashfs. A PURE Go library to read and write squashfs.
Currently, you can read a squashfs and extract files (only files at the moment). Many things are public that shouldn't be, but you can use it by using NewSquashfsReader and subsequent ReadFile. Currently, you can read a squashfs and extract files (only files at the moment). Many things are public that shouldn't be, but you can use it by using NewSquashfsReader and subsequent ReadFile.