mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 04:48:29 +08:00
fix: coding style and file format for all example.
This commit is contained in:
@@ -20,6 +20,7 @@ func main() {
|
||||
fmt.Printf("Map assigned at \"two\" is: %d\n", mapLit["two"])
|
||||
fmt.Printf("Map literal at \"ten\" is: %d\n", mapLit["ten"])
|
||||
}
|
||||
|
||||
/* Output:
|
||||
Map literal at "one" is: 1
|
||||
Map created at "key2" is: 3.141590
|
||||
|
Reference in New Issue
Block a user