Re: [go-nuts] Please consider voting to reopen Golang subreddit

2023-06-24 Thread Robert Engels
I’m fairly certain Reddit will license those tools for moderators use. That is not what they are trying to prevent. > On Jun 24, 2023, at 8:39 AM, Wojciech S. Czarnecki wrote: > > Dnia 2023-06-23, o godz. 23:50:32 > Amnon napisał(a): > >> Sorry, but I have been away and missed the context.

[go-nuts] Re: Export fs.FS as FUSE fs

2023-06-24 Thread Tamás Gulácsi
Ok, I've put some hours into it, and implemented it: https://pkg.go.dev/github.com/tgulacsi/go@v0.25.0/fsfuse It uses github.com/jacobsa/fuse to export a mountable io/fs.FS. I've only tested with os.DirFS, with that, it works as expected. I'd love to get some feedback - if anynone interested, I

Re: [go-nuts] Please consider voting to reopen Golang subreddit

2023-06-24 Thread Wojciech S. Czarnecki
Dnia 2023-06-23, o godz. 23:50:32 Amnon napisał(a): > Sorry, but I have been away and missed the context. > What is the protest about? Reddit's decision to sink all good free tools that allow people (mods) to work several hours per day keeping their communities free of propaganda and scams. >

[go-nuts] Go Toolchains

2023-06-24 Thread Stephen Illingworth
Hello I'm a little confused by what's being documented for the new "Go toolchain" feature. https://tip.golang.org/doc/toolchain Will this be downloading binaries or will it be downloading the source for the new toolchain and compiling it with the available Go version? Stephen -- You receive