diff --git a/cmd/stirling.go b/cmd/stirling.go index 1a767b9..2533535 100644 --- a/cmd/stirling.go +++ b/cmd/stirling.go @@ -22,7 +22,7 @@ import ( "strconv" "github.com/spf13/cobra" - "scm.dairydemon.net/filifa/mathtools/internal/lib" + "scm.dairydemon.net/filifa/mathtools/lib" ) var firstKind bool diff --git a/internal/lib/stirling.go b/lib/stirling.go similarity index 100% rename from internal/lib/stirling.go rename to lib/stirling.go