about summary refs log tree commit diff
path: root/bskyweb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bskyweb/Makefile')
-rw-r--r--bskyweb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/bskyweb/Makefile b/bskyweb/Makefile
index 7561a1454..e0ba8aec0 100644
--- a/bskyweb/Makefile
+++ b/bskyweb/Makefile
@@ -2,6 +2,9 @@
 SHELL = /bin/bash
 .SHELLFLAGS = -o pipefail -c
 
+# https://github.com/golang/go/wiki/LoopvarExperiment
+export GOEXPERIMENT := loopvar
+
 .PHONY: help
 help: ## Print info about all commands
 	@echo "Commands:"