diff --git a/md_files/basic.md b/md_files/basic.md index 230c433..8263266 100644 --- a/md_files/basic.md +++ b/md_files/basic.md @@ -405,6 +405,7 @@ var m = map[string]Vertex{ "Google": {37.42202, -122.08408}, } ``` +If the required key is not in the map, the map will return 0. **Mutating Map**
We can use `ele, ok` to get element. If the key is not there, `ok` will be `False`. diff --git a/go_tour.md b/md_files/go_tour.md similarity index 100% rename from go_tour.md rename to md_files/go_tour.md