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
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
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
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
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