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