diff options
| author | Russ Cox <rsc@golang.org> | 2009-10-06 11:42:55 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2009-10-06 11:42:55 -0700 |
| commit | 7636530195eca76c1b3cfe88e08ee03a0fa7c956 (patch) | |
| tree | 6adfb0f49f1968038df0cc5ba24d78f398857faa /doc/progs/helloworld.go | |
| parent | 23d4b24dfe7821a69a39f1dadaff0ade9f26efa3 (diff) | |
| download | golang-7636530195eca76c1b3cfe88e08ee03a0fa7c956.tar.gz | |
apply gofmt to the LGTM-marked files from 34501
that have not changed since I applied gofmt.
R=gri
DELTA=456 (77 added, 3 deleted, 376 changed)
OCL=35378
CL=35383
Diffstat (limited to 'doc/progs/helloworld.go')
| -rw-r--r-- | doc/progs/helloworld.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/progs/helloworld.go b/doc/progs/helloworld.go index c4c3855ed..9192c41ba 100644 --- a/doc/progs/helloworld.go +++ b/doc/progs/helloworld.go @@ -4,7 +4,7 @@ package main -import fmt "fmt" // Package implementing formatted I/O. +import fmt "fmt" // Package implementing formatted I/O. func main() { fmt.Printf("Hello, world; or Καλημέρα κόσμε; or こんにちは 世界\n"); |
