-
Suggestion
-
Resolution: Fixed
Hello currently we are developing Go and using Stash to hold our source code.
Currently the 'go get' command doesn't work quite well with stash.
if i do 'go get' i get the following:
stash/organization/myproj.git/
as the directoy structure
currently there are some implementations that the .git won't get appended.
> http://golang.org/cmd/go/#hdr-Remote_import_paths
it would be great if this is possible at all.
[BSERV-5380] Add support for go get
Workflow | Original: JAC Suggestion Workflow [ 3395903 ] | New: JAC Suggestion Workflow 3 [ 3621687 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: BSERV Suggestions Workflow [ 2686190 ] | New: JAC Suggestion Workflow [ 3395903 ] |
Workflow | Original: Stash Workflow [ 751520 ] | New: BSERV Suggestions Workflow [ 2686190 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 98304 ] | New: This issue links to "Page (Extranet)" [ 98304 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 98304 ] | New: This issue links to "Page (Extranet)" [ 98304 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 98304 ] | New: This issue links to "Page (Extranet)" [ 98304 ] |
Remote Link | Original: This issue links to "Page (Extranet)" [ 98304 ] | New: This issue links to "Page (Extranet)" [ 98304 ] |
Yes, thank you, the "/scm" is the issue. "go get" is working without it.