From b21d16d5aa7766b0f8d87cb13fbb4e2f9bad779d Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Wed, 25 Nov 2020 08:38:58 -0600 Subject: [PATCH] Added documentation badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 77a3579..acdd2e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. 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.