Adnan Maolood: 1 Fix Go module path 1 files changed, 1 insertions(+), 1 deletions(-)
Much appreciated. Let me know if you have any other questions or feedback Alex On Tue Feb 9, 2021 at 8:27 AM PST, Adnan Maolood wrote:
Copy & paste the following snippet into your terminal to import this patchset into git:
curl -s https://lists.sr.ht/~aw/patches/patches/20156/mbox | git am -3
--- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a595988..d4aa261 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.sr.ht/flounder +module git.sr.ht/~aw/flounder go 1.15 -- 2.30.0
alex wennerberg 2 months ago Thanks for these patches! I applied them. Are you experimenting with self hosting or just helping out? All the best, Alex On Tue Feb 9, 2021 at 6:21 AM PST, Adnan Maolood wrote:
Thanks for these patches! I applied them. Are you experimenting with self hosting or just helping out? All the best, Alex On Tue Feb 9, 2021 at 6:21 AM PST, Adnan Maolood wrote: