Preparing for v1 API

Moving (most) source to v1 root package to prepare for v0/v1 API separation.

Signed-off-by: Johan Fylling <johan.dev@fylling.se>
This commit is contained in:
Johan Fylling
2024-11-21 16:35:26 +01:00
parent b4e2909bda
commit 7bb6dbe36b
5064 changed files with 1332 additions and 1428 deletions
-5
View File
@@ -1,5 +0,0 @@
package filter
import "io/fs"
type LoaderFilter func(abspath string, info fs.FileInfo, depth int) bool