This commit is contained in:
Mark McGranaghan 2012-09-20 20:13:24 -07:00
parent 88bd28f80c
commit d6b22926f8

View File

@ -4,7 +4,7 @@ package main
import (
"fmt"
"strconv" // Package `strconv` provides number parsing.
"strconv" // Package `strconv` provides the parsing.
)
func main() {