coniks-sys / coniks-go

A CONIKS implementation in Golang
http://coniks.org
Other
116 stars 30 forks source link

Seems latest `go get` needs to add `...` #207

Closed weikengchen closed 6 years ago

weikengchen commented 6 years ago

the original command:

go get github.com/coniks-sys/coniks-go/...

results in

riselab@riselab-Inspiron-5559:~$ go get github.com/coniks-sys/coniks-go
can't load package: package github.com/coniks-sys/coniks-go: no Go files in /home/riselab/go/src/github.com/coniks-sys/coniks-go

I think maybe we should add ...?