aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2015-07-30 17:06:14 +1000
committerAndrew Gerrand <adg@golang.org>2015-07-30 07:17:52 +0000
commit07613c6e8c0aa2b8618ca35ece95fe64cae7db29 (patch)
treef906c7203cd6924cf1df3eda03161ebdb41049ff
parent1d36befe7d2e58c10949765379cfde1742699dfc (diff)
downloadgo-x-proposal-07613c6e8c0aa2b8618ca35ece95fe64cae7db29.tar.xz
design: remove vague clause from compatibility section
Change-Id: I6fc2ebd570be36399e66869160f8bbbea364bcf0 Reviewed-on: https://go-review.googlesource.com/12887 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--design/TEMPLATE.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/design/TEMPLATE.md b/design/TEMPLATE.md
index fb3a013..73802f3 100644
--- a/design/TEMPLATE.md
+++ b/design/TEMPLATE.md
@@ -25,8 +25,7 @@ Last updated: [Date]
## Compatibility
[A discussion of the change with regard to the
-[compatibility guidelines](https://golang.org/doc/go1compat)
-and future maintainability.]
+[compatibility guidelines](https://golang.org/doc/go1compat).]
## Implementation