aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2020-06-30 15:25:58 -0400
committerRuss Cox <rsc@golang.org>2020-06-30 19:26:35 +0000
commitf36a4cbf9e6dd88a10c69e32f719c2eb5b86d9ca (patch)
treeadfc969e2ee2c714b2c9967e60d2a69172e838e7
parent348e57e420159d1ff190b899d943c1454ca5e5b5 (diff)
downloadgo-x-proposal-f36a4cbf9e6dd88a10c69e32f719c2eb5b86d9ca.tar.xz
design/draft-gobuild: remove duplicated aquachain example
Change-Id: I05dad87ced2968a34ac7dd08a574e873d4c7e30a Reviewed-on: https://go-review.googlesource.com/c/proposal/+/240617 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r--design/draft-gobuild.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/design/draft-gobuild.md b/design/draft-gobuild.md
index 40819dd..e1b2e09 100644
--- a/design/draft-gobuild.md
+++ b/design/draft-gobuild.md
@@ -178,12 +178,6 @@ if developers been working with more familiar syntax.
Unsatisfiable (`!amd64` and `amd64` can’t both be true).\
Apparently intended `// +build linux,!amd64 linux,amd64,noasm !go1.9`.
- - [gitlab.com/aquachain/aquachain](https://gitlab.com/aquachain/aquachain/-/issues/2)
-
- // +build windows,solaris,nacl nacl solaris windows
-
- Intended (but at least equivalent to) `// +build nacl solaris windows`.
-
Later, in June 2020, Alan Donovan wrote some 64-bit specific code that he annotated with:
//+build linux darwin