From: Matthew Dempsky Date: Sun, 7 Mar 2021 07:25:25 +0000 (-0800) Subject: cmd/compile: rename internal-abi.md to abi-internal.md X-Git-Tag: go1.17beta1~1240 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=597b5d192e;p=gostls13.git cmd/compile: rename internal-abi.md to abi-internal.md Allows muscle-memoried tab completion of cmd/compile/internal/... paths to work again. Change-Id: Ib54a5f2cc9fabcb876c2e62635828ab28b565501 Reviewed-on: https://go-review.googlesource.com/c/go/+/299530 Reviewed-by: Austin Clements Trust: Matthew Dempsky --- diff --git a/src/cmd/compile/internal-abi.md b/src/cmd/compile/abi-internal.md similarity index 100% rename from src/cmd/compile/internal-abi.md rename to src/cmd/compile/abi-internal.md