What are the ramifications of changing the module name in go.mod? #5
Replies: 2 comments 3 replies
-
I believe you need to change the the name in go.mod to make it fully functional as a go module. In a simple test where I try to get a new project started:
or:
|
Beta Was this translation helpful? Give feedback.
-
Looks like https://github.com/vcabbage/amqp/ had the same thing happen (see vcabbage/amqp#205). |
Beta Was this translation helpful? Give feedback.
-
This is my first hard fork of a go module so I'm not sure what the right procedure is regarding the module name in go.mod.
Should we keep it as
github.com/denisenkom/go-mssqldb
until we get V1 done and rename v2 togithub.com/microsoft/go-mssqldb
then?Should we rename it now?
Or should we just keep the name as-is forever?
I am looking for supporting arguments for each option.
thx!
Beta Was this translation helpful? Give feedback.
All reactions