Change module path to `v4` per `go` conventions

For major versions > 1, the `go` convention is that the module path should have a suffix with the major version.

Since the published version is currently `4.4.2`, that means it should be `/v4`

More details here: 
* https://github.com/cheat/cheat/issues/652#issuecomment-1031924526
This commit is contained in:
Jeff Widman 2024-04-12 10:23:00 -07:00 committed by GitHub
parent 7908a678df
commit 26f56f88af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/cheat/cheat
module github.com/cheat/cheat/v4
go 1.19