They're not URLs. They're Go import paths. To make them into links, prefix them with https://godoc.org/ like https://godoc.org/github.com/coreos/etcd/clientv3
On Wed, Oct 5, 2016 at 5:48 PM, 'simon place' via golang-nuts < golang-nuts@googlegroups.com> wrote: > none of those links work for me? > > On Tuesday, 4 October 2016 13:26:58 UTC+1, rene.z...@gmail.com wrote: >> >> Hi >> >> I use the following packages in a test file: >> >> import ( >> "testing" >> >> "github.com/coreos/etcd/clientv3" >> "github.com/coreos/etcd/integration" >> "github.com/coreos/pkg/capnslog" >> ) >> >> >> Now I have the problem, that I have really slow compile times (up to 10 >> seconds instead of 1-2 seconds). >> >> I know for normal packages, I have to do the following: >> >> go install github.com/coreos/etcd/clientv3 >> go install github.com/coreos/etcd/integration >> go install github.com/coreos/pkg/capnslog >> >> >> But this does not help me here. Has anybody an idea to fix this 'issue'? >> >> >> -- > 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. > -- 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.