From 7bd309f3ca44930c5207b94acc2d425b24d4b369 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 6 Oct 2025 20:56:11 +0200 Subject: build(go): fix typo in package name --- backend/parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/parser.go') 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" ) -- cgit v1.2.3