diff --git a/doc/go_spec.html b/doc/go_spec.html index 9962fa1c41..6189db5ee6 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -6459,7 +6459,8 @@ type Error interface {
unsafe
-The built-in package unsafe, known to the compiler,
+The built-in package unsafe, known to the compiler
+and accessible through the import path "unsafe",
provides facilities for low-level programming including operations
that violate the type system. A package using unsafe
must be vetted manually for type safety and may not be portable.