0

I have a a Golang Git project.

I tried to use go get -insecure my.domia.com/alerts

but i got the fellowing error.

OK: 214 MiB in 23 packages
Fetching https://my.domia.com/alerts?go-get=1
https fetch failed: Get https://my.domia.com/alerts?go-get=1: http: server gave HTTP response to HTTPS client
Fetching http://my.domia.com/alerts?go-get=1
Parsing meta tags from http://my.domia.com/alerts?go-get=1 (status code 404)
package my.domia.com/alerts: unrecognized import path "my.domia.com/alerts" (parse http://my.domia.com/alerts?go-get=1: no go-import meta tags)

Could any one help please? I really appreciate it.

Or, if anyone could help to install manually.

Thanks,

ivan.sim
  • 8,972
  • 8
  • 47
  • 63
Fadhel Ghorbel
  • 131
  • 1
  • 10
  • 1
    https://golang.org/s/go14customimport discusses how `go get` works with custom domains. All that I can tell here is that the URL corresponding to this package path 404s. – twotwotwo May 30 '16 at 21:52
  • See if this [post](http://stackoverflow.com/q/27500861/1144203) helps. – ivan.sim May 30 '16 at 21:54

0 Answers0