to go mod

This commit is contained in:
Bel LaPointe
2023-04-10 10:28:55 -06:00
parent 0fb275cce8
commit 1f1efc2133
21 changed files with 86 additions and 99 deletions

View File

@@ -2,7 +2,7 @@ package notes
import (
"html"
"local/notes-server/filetree"
"gogs.inhome.blapointe.com/local/notes-server/filetree"
"net/http"
"path"
"strings"

View File

@@ -1,6 +1,6 @@
package notes
import "local/notes-server/config"
import "gogs.inhome.blapointe.com/local/notes-server/config"
type Notes struct {
root string