code: fqa.9front.org

Download patch

ref: b643a67d42be7c95abd8efaa2b7fcbbb124e2052
parent: 7100fc91cf6c059cca9e122ebecb78d88709e362
author: stanley lieber <stanley.lieber@gmail.com>
date: Thu Nov 7 16:45:41 EST 2019

appendixl.ms: don't specify which go version to bootstrap from 1.4.2

--- a/appendixl.ms
+++ b/appendixl.ms
@@ -100,7 +100,7 @@
 # fetch the repository
 git clone https://go.googlesource.com/go
 cd go
-git checkout go1.4.2	# amd64 only: bootstrap 1.7.4 with 1.4.2
+git checkout go1.4.2	# amd64 only: bootstrap with 1.4.2
 
 # build go
 cd src