jpsember / golang-base

Jeff's basic Go library
0 stars 0 forks source link

Set go.mod appropriately #1

Closed jpsember closed 1 year ago

jpsember commented 1 year ago

It would be nice if I could use an alias for the rather unwieldy name of this module:

github.com/jpsember/golang-base

i.e., to be able to refer to this as

js

from within a dependent project.

But this may not be possible:

https://stackoverflow.com/questions/61405061/module-name-alias-in-go-mod

jpsember commented 1 year ago

I think this is all working correctly now. I was very confused by some corrupted .git config files.