go get (go 1.5beta2) error: import "C": import path does not begin with hostname

Issue #54 closed
Daniel Mascarenhas created an issue

Can't install with golang 1.5beta2:

$ go get -v bitbucket.org/liamstask/goose/cmd/goose

import "C": import path does not begin with hostname package bitbucket.org/liamstask/goose/cmd/goose imports bitbucket.org/liamstask/goose/lib/goose imports github.com/mattn/go-sqlite3 imports C: unrecognized import path "C"

Comments (2)

  1. Log in to comment