aboutsummaryrefslogtreecommitdiff
path: root/api/go1.18.txt
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-02-02 13:22:18 -0800
committerIan Lance Taylor <iant@golang.org>2022-02-03 03:13:33 +0000
commit070951c5dcc47c9cff2ad4c1ac6170a4060a4d0c (patch)
tree04236feb63bad4b67b4f7cabd273acccb93a0822 /api/go1.18.txt
parent8384fe86a5b7f579a50c7ad423d4dd4eb2d1f117 (diff)
downloadgo-070951c5dcc47c9cff2ad4c1ac6170a4060a4d0c.tar.gz
go-070951c5dcc47c9cff2ad4c1ac6170a4060a4d0c.zip
constraints: remove package
It has moved to golang.org/x/exp/constraints. Perhaps it will move back to the standard library in a future release. For golang/go#45458 Fixes golang/go#50792 Change-Id: I93aa251a7afe7b329a3d3faadc0c5d6388b1f0e9 Reviewed-on: https://go-review.googlesource.com/c/go/+/382460 Trust: Ian Lance Taylor <iant@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> Reviewed-by: Robert Griesemer <gri@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'api/go1.18.txt')
-rw-r--r--api/go1.18.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/api/go1.18.txt b/api/go1.18.txt
index 2d05c3f41c..7a81ce259e 100644
--- a/api/go1.18.txt
+++ b/api/go1.18.txt
@@ -1,12 +1,6 @@
pkg bufio, method (*Writer) AvailableBuffer() []uint8
pkg bufio, method (ReadWriter) AvailableBuffer() []uint8
pkg bytes, func Cut([]uint8, []uint8) ([]uint8, []uint8, bool)
-pkg constraints, type Complex interface {}
-pkg constraints, type Float interface {}
-pkg constraints, type Integer interface {}
-pkg constraints, type Ordered interface {}
-pkg constraints, type Signed interface {}
-pkg constraints, type Unsigned interface {}
pkg crypto/tls, method (*Conn) NetConn() net.Conn
pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error)
pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error)