diff --git a/MultiTarget.md b/TargetSpecific.md similarity index 99% rename from MultiTarget.md rename to TargetSpecific.md index b4fcc4fc..7e6fa73b 100644 --- a/MultiTarget.md +++ b/TargetSpecific.md @@ -1,4 +1,4 @@ -# Multi-Target Code +# Target-Specific Code Sometimes, for performance or compatibility reasons, custom code needs to be written for specific GOARCH and GOOS targets. This page presents some best practices to adopt in that case. It is a required policy for crypto packages as of April 2019.