doc/progs: gofmt -w

R=r, gri, r
CC=golang-dev
https://golang.org/cl/4662085
This commit is contained in:
Mikio Hara 2011-07-09 20:16:45 +10:00 committed by Rob Pike
parent e86d727e60
commit ab3365d34e
13 changed files with 57 additions and 60 deletions

View file

@ -7,7 +7,7 @@ package main
import "fmt"
func main() {
var u64 uint64 = 1<<64-1
var u64 uint64 = 1<<64 - 1
fmt.Printf("%d %d\n", u64, int64(u64))
// harder stuff