From b02115e390bb58dc7eac3b474c83f9e6b4ee2ded Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sat, 28 Oct 2023 10:03:51 +0200 Subject: Fix go module path --- src/http/tpl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/http/tpl.go') diff --git a/src/http/tpl.go b/src/http/tpl.go index bb5750d..3f6b136 100644 --- a/src/http/tpl.go +++ b/src/http/tpl.go @@ -11,7 +11,7 @@ import ( "strings" "time" - "github.com/mediocregopher/blog.mediocregopher.com/srv/http/apiutil" + "code.betamike.com/mediocregopher/mediocre-blog/src/http/apiutil" ) //go:embed tpl -- cgit v1.2.3