From 8e6c7813d2ac15de90b5db2e18afa1517faa76e2 Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Tue, 28 Apr 2020 16:15:03 -0400 Subject: [PATCH] Updated TargetSpecific (markdown) --- TargetSpecific.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TargetSpecific.md b/TargetSpecific.md index 3ecea1a7..ef703bfa 100644 --- a/TargetSpecific.md +++ b/TargetSpecific.md @@ -88,4 +88,6 @@ func TestSumCompare(t *testing.T) { } ``` -For more complete examples see the [x/crypto/poly1305](https://github.com/golang/crypto/tree/master/poly1305) and [x/crypto/salsa20/salsa](https://github.com/golang/crypto/tree/master/salsa20/salsa) packages. \ No newline at end of file +For more complete examples see the [x/crypto/poly1305](https://github.com/golang/crypto/tree/master/poly1305) and [x/crypto/salsa20/salsa](https://github.com/golang/crypto/tree/master/salsa20/salsa) packages. + +Note that packages in the standard library (as opposed to modules like golang.org/x/crypto) do not use the `gccgo` and `purego` build tags. \ No newline at end of file