Re: [go-nuts] Re: [llgo-dev] Re: New home for GoLLVM

2017-01-10 Thread Andrew Wilkins
On Sunday, 1 January 2017 01:00:02 UTC+8, Will Norris wrote: > > On Sat, Dec 31, 2016 at 4:22 AM, Peter Waller > wrote: > >> I don't know about you, but when I do `go get`, go get uses https, not >> HTTP, and the HTTPS link gives a 404 not found. >> > > Yes, go get defaults to https, but dependin

Re: [go-nuts] Re: [llgo-dev] Re: New home for GoLLVM

2016-12-31 Thread Will Norris
On Sat, Dec 31, 2016 at 4:22 AM, Peter Waller wrote: > I don't know about you, but when I do `go get`, go get uses https, not > HTTP, and the HTTPS link gives a 404 not found. > Yes, go get defaults to https, but depending on whether the -insecure flag is passed, it then falls back to http (see

Re: [go-nuts] Re: [llgo-dev] Re: New home for GoLLVM

2016-12-31 Thread Peter Waller
I don't know about you, but when I do `go get`, go get uses https, not HTTP, and the HTTPS link gives a 404 not found. Additionally, when I follow the link in my browser to http://llvm.org/llvm/bindings/go/llvm - I get redirected to the LLVM homepage, which makes it hard to discover how to use the

Re: [go-nuts] Re: [llgo-dev] Re: New home for GoLLVM

2016-12-27 Thread Will Norris
% curl http://llvm.org/llvm/bindings/go/llvm/?go-get=1 http://www.w3.org/TR/html4/strict.dtd";> https://llvm.org/svn/llvm-project/llvm/trunk";> Redirecting to llvm.org. On Tue, Dec 27, 2016 at 9:36 AM, Peter Waller wrote: > godoc.org shows the documentation, but go get currently gi

Re: [go-nuts] Re: [llgo-dev] Re: New home for GoLLVM

2016-12-27 Thread Peter Waller
godoc.org shows the documentation, but go get currently gives a 404 if I follow the instructions. Has it moved again? [404] https://llvm.org/llvm/bindings/go/llvm [works] https://godoc.org/llvm.org/llvm/bindings/go/llvm On 21 March 2015 at 08:28, Andrew Wilkins wrote: > > On Sat, 21 Mar 2015 at