Re: [go-nuts] Temporary files in go

2018-10-14 Thread Ian Lance Taylor
On Fri, Oct 12, 2018 at 8:10 AM, Greg Saylor wrote: > > If I remember correctly, it would be something like this: > > > fd = open("/tmp", O_TMPFILE | O_RDWR, 0600); > linkat(fd, "", AT_FDCWD, "/tmp/test", AT_EMPTY_PATH); > > This is pretty specific to OS/kernel version and quite possibly the > fi

Re: [go-nuts] Should you commit a 'go.mod' file that contains a Replace directive to a repository?

2018-10-14 Thread Paul Jolly
This is being discussed in https://github.com/golang/go/issues/26640 On Sun, 14 Oct 2018 at 12:48, 'kalekold' via golang-nuts wrote: > > When should you use the Replace directive in a 'go.mod' file? > Is this feature only useful for debugging and development? > > The reason I ask is that you can u

[go-nuts] Command line password manager using AES symmetric key encryption, Argon2 KDF, Key-Agent and Keepass importer

2018-10-14 Thread Matthias Schmidt
Hi Gophers, I’ve created a command line password manager in the style of the “pass” utility by Jason A. Donenfeld (https://www.passwordstore.org/) in Go. It uses symmetric AES encryption, Argon2 key-derivation and key-agent similar to SSH. I would love to get your opinions on the code, the

[go-nuts] Should you commit a 'go.mod' file that contains a Replace directive to a repository?

2018-10-14 Thread 'kalekold' via golang-nuts
When should you use the Replace directive in a 'go.mod' file? Is this feature only useful for debugging and development? The reason I ask is that you can use the Replace directive to point to an arbitrary location on disk as well as a normal downloaded package. So does that mean that committing

[go-nuts] ACCU 2019 Call for Proposals

2018-10-14 Thread Russel Winder
The ACCU 2018 Call for Proposals is open, and hopefully will get some session proposals relating to Go the language and programming using Go. https://cfp.conference.accu.org -- Russel. === Dr Russel Winder t: +44 20 7585 2200 41 Buckmaster Roadm