diff options
Diffstat (limited to 'src/pkg/unsafe/unsafe.go')
-rw-r--r-- | src/pkg/unsafe/unsafe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/unsafe/unsafe.go b/src/pkg/unsafe/unsafe.go index c9b8c9a07..a766e546a 100644 --- a/src/pkg/unsafe/unsafe.go +++ b/src/pkg/unsafe/unsafe.go @@ -4,7 +4,7 @@ /* The unsafe package contains operations that step around the type safety of Go programs. - */ +*/ package unsafe // ArbitraryType is here for the purposes of documentation only and is not actually |