diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-06 20:56:11 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-06 20:56:11 +0200 |
| commit | 7bd309f3ca44930c5207b94acc2d425b24d4b369 (patch) | |
| tree | 8dba364fc3b14b3f6351455bd34bcf006c6e7ed4 /backend | |
| parent | bde341ccfa74ad702745e84ee91c2e7045cbe307 (diff) | |
build(go): fix typo in package name
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/config.go | 2 | ||||
| -rw-r--r-- | backend/parser.go | 2 |
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" ) |
