mirror of
https://github.com/golang/go.git
synced 2025-11-09 13:11:03 +00:00
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
This commit is contained in:
parent
9d9a421e24
commit
c62b3265a7
28 changed files with 447 additions and 373 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue