Commit 30c7088c authored by Robert Griesemer's avatar Robert Griesemer

gofmt-ify template, time, unsafe, flag, fmt

(replacement for CLs 1017039, 1017041, 1017040, 1018054)

R=r
http://go/go-review/1018060
parent 1329012a
......@@ -39,7 +39,7 @@
Integer flags accept 1234, 0664, 0x1234 and may be negative.
Boolean flags may be 1, 0, t, f, true, false, TRUE, FALSE, True, False.
*/
*/
package flag
import (
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment