Re: [go-nuts] Re: D vs Go

2017-07-30 Thread forum
On Sunday, July 30, 2017 at 6:24:44 AM UTC-6, ecstati...@gmail.com wrote: > > > Moreover, it's because of these little "details" that I looked for an > alternative, and started using D, which is a kind of "Go done well" for me, > even if I clearly see that as a community project without any fin

[go-nuts] gopherjs files, writing, loading

2017-07-28 Thread forum
Since javascript in a browser is a local jail of sorts, what is the best way to save local files, write to them, load them? What even happens if you use go input/output and write to a file? I see that there are localStorage api bindings for gopherjs, so that project must have figured a way to s