diff options
author | Robert Griesemer <gri@golang.org> | 2009-11-05 09:40:28 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-11-05 09:40:28 -0800 |
commit | 60e10e44053afa77c0c17376e03716f3b40a116d (patch) | |
tree | 2f9f10c2dd9ce6fc6c438917620c8dfc2725a31d /src/pkg/unsafe/unsafe.go | |
parent | f9b8704773424771c65ef19da6c4a63fa2a6854d (diff) | |
download | golang-60e10e44053afa77c0c17376e03716f3b40a116d.tar.gz |
gofmt-ify template, time, unsafe, flag, fmt
(replacement for CLs 1017039, 1017041, 1017040, 1018054)
R=r
http://go/go-review/1018060
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 |