From c00ec362688837d3cd570db9fb856be2d5b33dec Mon Sep 17 00:00:00 2001 From: Caleb Gardner Date: Sun, 8 Nov 2020 12:16:41 -0600 Subject: [PATCH] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b69bfc..6c4327e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ My playground to mess around with Squashfs in Go. Might turn into an actual libr # Ideas * Link directly to squashfs-tool using cgo - * cgo is a butt - * would require the least amount of code for me to do + * cgo can be a butt + * Would require the least amount of code for me to do + * Doing things in pure Go is definately highly superior * Improve [distri's](https://github.com/distr1/distri) or [diskfs](https://github.com/diskfs/go-diskfs) squashfs library to meet my needs * Both don't work at all ATM. * distri's doesn't seem to support any sort of compression, which causes issues all over the place.