diff options
| -rw-r--r-- | doc/go_spec.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html index d75421c02f..4604cb65e4 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ <!--{ "Title": "The Go Programming Language Specification", - "Subtitle": "Version of January 19, 2022", + "Subtitle": "Version of February 14, 2023", "Path": "/ref/spec" }--> @@ -6027,7 +6027,7 @@ The following built-in functions are not permitted in statement context: <pre> append cap complex imag len make new real -unsafe.Add unsafe.Alignof unsafe.Offsetof unsafe.Sizeof unsafe.Slice +unsafe.Add unsafe.Alignof unsafe.Offsetof unsafe.Sizeof unsafe.Slice unsafe.SliceData unsafe.String unsafe.StringData </pre> <pre> |
