[ 
https://issues.apache.org/jira/browse/PROTON-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16962964#comment-16962964
 ] 

Alan Conway commented on PROTON-2105:
-------------------------------------

Nice one! I was expecting the go.mod to be in the go/ subdir of the repo, but 
on reflection & a bit of googling it's probably best in the repo root. You can 
theoretically have multiple modules in a repo, but since go mod uses git 
tag/branch names directly, you probably would get into trouble if you did - so 
having it in the repo root makes it clearer that it's a repo-wide thing. 

> Support Go modules
> ------------------
>
>                 Key: PROTON-2105
>                 URL: https://issues.apache.org/jira/browse/PROTON-2105
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: go-binding
>            Reporter: Ulf Lilleengen
>            Assignee: Roddie Kieley
>            Priority: Major
>             Fix For: proton-c-0.30.0
>
>
> As of Go 1.12, go module support is available. In order to manage 
> dependencies using go modules, dependencies must also be using go modules. 
> Therefore, adding a go.mod file to each module would allow qpid proton go 
> bindings to be managed as a go module.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to