This commit is contained in:
Bel LaPointe
2024-01-09 14:45:36 -07:00
parent a4d39d38dc
commit 5b645b1898
43 changed files with 59 additions and 275 deletions

View File

@@ -1,7 +1,7 @@
package filetree
import (
"gogs.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/config"
"os"
"testing"
)

View File

@@ -1,7 +1,7 @@
package filetree
import (
"gogs.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/config"
"os"
"testing"
)

View File

@@ -2,7 +2,7 @@ package filetree
import (
"fmt"
"gogs.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/config"
"os"
"path"
"strings"

View File

@@ -1,7 +1,7 @@
package filetree
import (
"gogs.inhome.blapointe.com/local/notes-server/config"
"gitea.inhome.blapointe.com/local/notes-server/config"
"testing"
)