From 8bcf1ea566f8159ad2941b4ec26c8a49412b852b Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 18 Jan 2021 18:07:48 +0000 Subject: [PATCH] Update the golangci location to be used only for the bootstrap --- .golangci.yaml => bootstrap/.golangci.yaml | 0 dev.org | 1 + 2 files changed, 1 insertion(+) rename .golangci.yaml => bootstrap/.golangci.yaml (100%) diff --git a/.golangci.yaml b/bootstrap/.golangci.yaml similarity index 100% rename from .golangci.yaml rename to bootstrap/.golangci.yaml diff --git a/dev.org b/dev.org index 0d387f0..30964e1 100644 --- a/dev.org +++ b/dev.org @@ -79,6 +79,7 @@ on ADF - Chicken Scheme - Easy-to-use compiler and interpreter, with lots of libraries :: https://call-cc.org - Stalin - Brutally optimizing Scheme compiler, with lots of optimization flags :: https://github.com/barak/stalin ** Utilities +- Pointers Are Complicated :: https://www.ralfj.de/blog/2020/12/14/provenance.html *** Emacs mode - Adding A New Language to Emacs :: https://www.wilfred.me.uk/blog/2015/03/19/adding-a-new-language-to-emacs/ - The Definitive Guide To Syntax Highlighting :: https://www.wilfred.me.uk/blog/2014/09/27/the-definitive-guide-to-syntax-highlighting/