Update module path to include version suffix
The module path was updated to align with Go versioning conventions by appending "/v2". This change ensures compatibility with Go's module versioning system and properly reflects the major version update.
This commit is contained in:
2
go.mod
2
go.mod
@ -1,4 +1,4 @@
|
|||||||
module gitea.unprism.ru/KRBL/n9m
|
module gitea.unprism.ru/KRBL/n9m/v2
|
||||||
|
|
||||||
go 1.21.3
|
go 1.21.3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user