From 27b50f5b8d66618befdd360e573cd2dd463392c4 Mon Sep 17 00:00:00 2001 From: 100gle Date: Sat, 28 Jan 2023 11:50:08 +0800 Subject: [PATCH] chore: clean duplicated namespace --- middleware/filesystem/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleware/filesystem/README.md b/middleware/filesystem/README.md index 95e4aa7e91..80a76c6cc7 100644 --- a/middleware/filesystem/README.md +++ b/middleware/filesystem/README.md @@ -218,7 +218,7 @@ import ( // Use blank to invoke init function and register data to statik _ "/statik" - fs "github.com/rakyll/statik/fs" + "github.com/rakyll/statik/fs" ) func main() {