TRIVIAL go fmt

cat-town
Dan Buch 12 years ago
parent 090d101d51
commit 736d61e82c

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

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

Loading…
Cancel
Save