---
I wanted to run `go run git.sr.ht/~adnano/kiln@0.4.0`
However it failed with the following message:
parsing go.mod:
module declares its path as: kiln
but was required as: git.sr.ht/~adnano/kiln
This patch changes the module declared byy go.mod to the following URL
git.sr.ht/~adnano/kiln
Or do you prefer to use a vanity URL? code.adnano.co/kiln maybe?
(Shameless plug for my package code.pfad.fr/vanitydoc which plays very well
with sourcehut pages:
https://git.sr.ht/~oliverpool/vanitydoc/tree/main/item/.build.yml :)
go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/go.mod b/go.mod
index 368bc25..a5b5bd5 100644
--- a/go.mod+++ b/go.mod
@@ -1,4 +1,4 @@
-module kiln+module git.sr.ht/~adnano/kilngo 1.16
--
2.38.1
Thanks! Please use the prefix [PATCH kiln] in the future.
To git@git.sr.ht:~adnano/kiln
bb9c460..83ef70f master -> master
On Sat Dec 3, 2022 at 10:14 AM EST, oliverpool wrote:
> Or do you prefer to use a vanity URL? code.adnano.co/kiln maybe?> (Shameless plug for my package code.pfad.fr/vanitydoc which plays very well> with sourcehut pages:> https://git.sr.ht/~oliverpool/vanitydoc/tree/main/item/.build.yml :)
I'm not currently looking to use vanity URLs. But I'm glad to see that
it works well.