Hi,

my problem is a follows. The repo lives in the following git repo 
http://some/app.git

when i go get the repo the folder structure mimics the URL so i end up with 
a local folder app.git.
As a result go install generates a binary named app.git instead of plain 
app.
All imports look like this some/app.git/model.

This runs on a ci server too which is another pain point.

How do you handle this except from creating a repo with the name app and 
not app.git?
Any thoughts?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to