Jump to content

Using go modules with Plastic SCM


hamohl

Recommended Posts

How would one go about setting up private go modules when using Plastic SCM as the version control system?

Specifically I am talking about making commands like go get work when the repo/module is under PlasticSCM vcs:

$ go get myorg.com/foo/bar

From the Go docs, the built-in tooling only supports:

Bazaar      .bzr
Fossil      .fossil
Git         .git
Mercurial   .hg
Subversion  .svn

Has anyone dealt with this before?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...