This commit is contained in:
skiy
2015-10-24 17:55:48 +08:00
parent aa3618337c
commit 601cecff66
3 changed files with 2 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ func main() {
for k, v := range invMap {
fmt.Printf("Key: %v, Value: %v / ", k, v)
}
fmt.Println()
}
```