TRIVIAL go fmt
This commit is contained in:
parent
090d101d51
commit
736d61e82c
@ -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) {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user