TRIVIAL go fmt

This commit is contained in:
Dan Buch 2012-11-05 21:00:35 -05:00
parent 090d101d51
commit 736d61e82c
10 changed files with 107 additions and 107 deletions

View File

@ -2,8 +2,8 @@ package main
import ( import (
"fmt" "fmt"
"time"
"math" "math"
"time"
) )
func sum(a []int, c chan int) { func sum(a []int, c chan int) {

View File

@ -1,8 +1,8 @@
package main package main
import ( import (
"strings"
"code.google.com/p/go-tour/wc" "code.google.com/p/go-tour/wc"
"strings"
) )
func WordCount(s string) map[string]int { func WordCount(s string) map[string]int {