uber-common / cadence-samples

Other
191 stars 92 forks source link

Use go modules instead of dep #24

Closed itayd closed 4 years ago

itayd commented 5 years ago

Not sure if you have a policy around this, but moving to go modules is fairly simple, all that needs to be done is:

$ go mod init github.com/uber-common/cadence-samples

and remove the dep stage from the Makefile.

The motivation, at least for me is to avoid having to put stuff in a GOPATH.

btw, if this is ok with you, will be happy to do it.

ernado commented 5 years ago

Seems like it was resolved in #26 :)

itayd commented 5 years ago

Ha, same day.