~adnano/kiln-devel

go.mod: importable module path v1 APPLIED

oliverpool: 1
 go.mod: importable module path

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~adnano/kiln-devel/patches/37311/mbox | git am -3
Learn more about email & git

[PATCH] go.mod: importable module path Export this patch

---
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/kiln

go 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