summaryrefslogtreecommitdiff
path: root/src/unsafe/unsafe.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/unsafe/unsafe.go')
-rw-r--r--src/unsafe/unsafe.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/unsafe/unsafe.go b/src/unsafe/unsafe.go
index 83b2e1405..79499b295 100644
--- a/src/unsafe/unsafe.go
+++ b/src/unsafe/unsafe.go
@@ -4,6 +4,9 @@
/*
Package unsafe contains operations that step around the type safety of Go programs.
+
+ Packages that import unsafe may be non-portable and are not protected by the
+ Go 1 compatibility guidelines.
*/
package unsafe