bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
658 stars 200 forks source link

Cannot install via "go get go.bug.st/serial" with Go 1.5.1 #3

Closed sandeepmistry closed 8 years ago

sandeepmistry commented 8 years ago

go get -v go.bug.st/serial outputs:

https fetch failed.
import "go.bug.st/serial": https fetch: Get https://go.bug.st/serial?go-get=1: tls: first record does not look like a TLS handshake
package go.bug.st/serial: unrecognized import path "go.bug.st/serial"

go version:

go version go1.5.1 darwin/amd64

Work around for now: go get -insecure -v go.bug.st/serial

cmaglie commented 8 years ago

should be fixed now!

sandeepmistry commented 8 years ago

👍🏽Looks good now:

$ go get -v go.bug.st/serial
Fetching https://go.bug.st/serial?go-get=1
Parsing meta tags from https://go.bug.st/serial?go-get=1 (status code 200)
get "go.bug.st/serial": found meta tag main.metaImport{Prefix:"go.bug.st/serial", VCS:"git", RepoRoot:"https://github.com/bugst/go-serial.git"} at https://go.bug.st/serial?go-get=1
go.bug.st/serial (download)
go.bug.st/serial