aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 20:56:11 +0200
committerAnhgelus Morhtuuzh <william@herges.fr>2025-10-06 20:56:11 +0200
commit7bd309f3ca44930c5207b94acc2d425b24d4b369 (patch)
tree8dba364fc3b14b3f6351455bd34bcf006c6e7ed4 /backend
parentbde341ccfa74ad702745e84ee91c2e7045cbe307 (diff)
build(go): fix typo in package name
Diffstat (limited to 'backend')
-rw-r--r--backend/config.go2
-rw-r--r--backend/parser.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/backend/config.go b/backend/config.go
index d6cf25a..b59c00b 100644
--- a/backend/config.go
+++ b/backend/config.go
@@ -5,7 +5,7 @@ import (
"log/slog"
"os"
- "git.anhgelus.world/anhgelus/small-world/markdown"
+ "git.anhgelus.world/anhgelus/small-web/markdown"
"github.com/pelletier/go-toml/v2"
)
diff --git a/backend/parser.go b/backend/parser.go
index 5ef6c05..c7d6445 100644
--- a/backend/parser.go
+++ b/backend/parser.go
@@ -7,7 +7,7 @@ import (
"log/slog"
"strings"
- "git.anhgelus.world/anhgelus/small-world/markdown"
+ "git.anhgelus.world/anhgelus/small-web/markdown"
"github.com/pelletier/go-toml/v2"
)