Hi,

I'm trying to build quic-go (Go implementation of the QUIC protocol 
https://github.com/lucas-clemente/quic-go ).
As per the project's instructions, the first step is:

   go get -t -u ./...

But doing so results in a wealth of fatal errors like:

   package quic-go-master: directory "/home/alex/go/src/quic-go-master" is 
not using a known version control system

Reading the documentation (go help get) hints at the "-f" flag to disable 
VCS checking.
However, "go get -t -u -f ./..." gives the very same errors.

Thanks in advance for helping me out -- I'm stuck.

-Alex

-- 
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