File tree 1 file changed +3
-2
lines changed 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!--{
2
2
"Title": "The Go Programming Language Specification",
3
- "Subtitle": "Version of September 19 , 2017",
3
+ "Subtitle": "Version of October 17 , 2017",
4
4
"Path": "/ref/spec"
5
5
}-->
6
6
@@ -6459,7 +6459,8 @@ <h2 id="System_considerations">System considerations</h2>
6459
6459
< h3 id ="Package_unsafe "> Package < code > unsafe</ code > </ h3 >
6460
6460
6461
6461
< p >
6462
- The built-in package < code > unsafe</ code > , known to the compiler,
6462
+ The built-in package < code > unsafe</ code > , known to the compiler
6463
+ and accessible through the < a href ="#Import_declarations "> import path</ a > < code > "unsafe"</ code > ,
6463
6464
provides facilities for low-level programming including operations
6464
6465
that violate the type system. A package using < code > unsafe</ code >
6465
6466
must be vetted manually for type safety and may not be portable.
You can’t perform that action at this time.
0 commit comments