Closed KateGo520 closed 4 years ago
@Sandertv @Tsubashi Could you help me review this issue? Thx :p
For backwards compatibility reasons I don't think renaming the module is an option. I'll change the README to use all lowercase.
Should be fixed in 0244b379697bf0021212c2587d6234eba26aef48, let me know if that is sufficient.
@Sandertv I think that's sufficient. Thank you for your reply.
Background
Module path is inconsistent with go import path. GO111MODULE=on, as README said, run
go get github.com/Sandertv/mcwss
:Solution
Fix the module path:
1) Rename the module path to "github.com/Sandertv/mcwss": https://github.com/Sandertv/mcwss/blob/master/go.mod#L1
2) Change the README document to use
go get github.com/sandertv/mcwss
.