]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/compile: add short self-link to ABI spec
authorAustin Clements <austin@google.com>
Tue, 22 Mar 2022 16:44:01 +0000 (12:44 -0400)
committerAustin Clements <austin@google.com>
Tue, 22 Mar 2022 16:51:29 +0000 (16:51 +0000)
This makes the short link discoverable.

Change-Id: I9a2f091652bc096feebbbd79a854aa68efe702bb
Reviewed-on: https://go-review.googlesource.com/c/go/+/394634
Trust: Austin Clements <austin@google.com>
Reviewed-by: Eli Bendersky‎ <eliben@golang.org>
src/cmd/compile/abi-internal.md

index 72232bd151691efe2d4e6eb002e64a95cbbb6519..be47e9a31bf940135735fede9aaa7c86ebaa03fc 100644 (file)
@@ -1,5 +1,7 @@
 # Go internal ABI specification
 
+Self-link: [go.dev/s/regabi](https://go.dev/s/regabi)
+
 This document describes Go’s internal application binary interface
 (ABI), known as ABIInternal.
 Go's ABI defines the layout of data in memory and the conventions for