[go-nuts] Re: ANN: A HTTP backed File System (FUSE)

2016-12-05 Thread James Mills
@Ben: WebDAV is quite a valid choice indeed. I chose to do this project to a) continue to learn and become proficient at Go and b) I wanted something I could fuse mount and curl with a simple api. cheers James James Mills / prologic E: prolo...@shortcircuit.net.au W: prologic.shortcircuit.net.a

Re: [go-nuts] doc for reflect Value.Kind() seems incorrect

2016-12-05 Thread Kaviraj Kanagaraj
Thanks Axel for the detail explanation. Make sense now. :) On Monday, December 5, 2016 at 12:51:41 PM UTC+5:30, Axel Wagner wrote: > > You need to distinguish between "the zero value of it's type" and "the > zero (reflect.)Value". The docs here mean the latter, not the former. > What is happening

[go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread brainman
This is what my system prints: ``` C:\dev\go\src>go version go version devel +69313ee Thu Nov 17 19:44:05 2016 +1100 windows/386 C:\dev\go\src>echo "AAA" "AAA" C:\dev\go\src> ``` Alex -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubsc

Re: [go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread Jérôme LAFORGE
Thx all for the support. Le 5 déc. 2016 7:45 PM, "Björn Graf" a écrit : > On Mon, Dec 5, 2016 at 5:53 PM, Russ Cox wrote: > > > > [+golang-nuts, bcc golang-dev, per golang.org/wiki/Questions] > > > > On Mon, Dec 5, 2016 at 10:24 AM, wrote: > >> > >> Hello, > >> I just notice that go version is

Re: [go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread Björn Graf
On Mon, Dec 5, 2016 at 5:53 PM, Russ Cox wrote: > > [+golang-nuts, bcc golang-dev, per golang.org/wiki/Questions] > > On Mon, Dec 5, 2016 at 10:24 AM, wrote: >> >> Hello, >> I just notice that go version is inconsistency on Linux and Windows. >> I have unexpected return carriage on Windows (not o

Re: [go-nuts] C references to Go functions

2016-12-05 Thread Ian Lance Taylor
On Sat, Dec 3, 2016 at 5:05 PM, gocss wrote: > > gcc call.c -L./main.a -L./main.a tells the linker to add the directory "./main.a" to the search path used to resolve -l options. Since there is no such directory, the option is effectively meaningless. Just write `gcc call.c main.a`. Ian -- Yo

[go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread Russ Cox
[+golang-nuts, bcc golang-dev, per golang.org/wiki/Questions] On Mon, Dec 5, 2016 at 10:24 AM, wrote: > Hello, > I just notice that go version is inconsistency on Linux and Windows. > I have unexpected return carriage on Windows (not on Linux). > I don't know whether you can fix it w/o break the

Re: [go-nuts] Re: latest gomobile arm64-only?

2016-12-05 Thread andrey mirtchovski
Thanks, this works perfectly! On Mon, Dec 5, 2016 at 3:33 AM, Elias Naur wrote: > > On Monday, December 5, 2016 at 7:44:23 AM UTC+1, andrey mirtchovski wrote: >> >> I'm having issues with the latest gomobile + reverse java bindings. I >> have a piece of code that linked with a C library via CGO.

[go-nuts] Re: ANN: A HTTP backed File System (FUSE)

2016-12-05 Thread omarshariffdontlikeit
WebDAV? On Wednesday, November 30, 2016 at 1:21:22 PM UTC, prol...@shortcircuit.net.au wrote: > > Hey all, First time poster here so go easy on me :) > > Just sharing httpfs: https://github.com/prologic/httpfs > (Naming is hard!) > > This is basically a HTTP backed FileSystem using FUSE via the w

Re: [go-nuts] ANN: A HTTP backed File System (FUSE)

2016-12-05 Thread Vasiliy Tolstov
2016-11-30 11:37 GMT+03:00 : > Hey all, First time poster here so go easy on me :) > > Just sharing httpfs: https://github.com/prologic/httpfs > (Naming is hard!) > > This is basically a HTTP backed FileSystem using FUSE via the wonderful > bazil.org/fuse library. > > Why? Scratching my own itch t

[go-nuts] Re: GDB support for goroutines in core files

2016-12-05 Thread 'Aaron Jacobs' via golang-nuts
On Fri, Dec 2, 2016 at 7:32 PM, wrote: > Hello Aaron, have you figure it out yet? Sorry, I haven't done anything further here. -- 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, se

[go-nuts] Re: latest gomobile arm64-only?

2016-12-05 Thread Elias Naur
On Monday, December 5, 2016 at 7:44:23 AM UTC+1, andrey mirtchovski wrote: > > I'm having issues with the latest gomobile + reverse java bindings. I > have a piece of code that linked with a C library via CGO. Previously > (around 6 months ago) everything appeared file: cross compile library >