about summary refs log tree commit diff
path: root/go/.envrc
AgeCommit message (Collapse)AuthorFilesLines
2020-03-27 Drop support for lorriWilliam Carroll1-1/+1
Lorri does not cleanly integrate with my corporate device, which cannot run NixOS. To expose dependencies to Emacs buffers, I will use nix-buffer.el, which reads its values from dir-locals.nix. To easily expose dependencies from my existing shell.nix files into dir-locals.nix, I wrote a Nix utility function.
2020-02-10 Practice concurrency in golangWilliam Carroll1-0/+1
Uploading some snippets I created to help me better understand concurrency in general and specifically concurrency in golang.