@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
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
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
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
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
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
[+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
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.
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
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
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
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
>
12 matches
Mail list logo