all repos — website @ d2085746f3301d770230e7b52986db6994d5e35c

My website

switch to sqlite

Alan Pearce
commit

d2085746f3301d770230e7b52986db6994d5e35c

parent

e7add352f8996658f64b04d040b31cb156ce09e8

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/storage/interface.gointernal/storage/interface.go
@@ -6,7 +6,7 @@ )
type Reader interface { GetFile(path string) (*File, error) - CanonicalisePath(path string) (cPath string, differs bool) + CanonicalisePath(path string) (string, bool) } type Writer interface {