Sfoglia il codice sorgente

Merge pull request #941 from jhotmann/module-version-2

Append /v2 to module so version 2 can be used as a go package
Philipp C. Heckel 2 anni fa
parent
commit
1b4d55fb30
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -1,4 +1,4 @@
-module heckel.io/ntfy
+module heckel.io/ntfy/v2
 
 go 1.21