Fix typo in Println statement (#432)
* Fix typo in Println statement * Generate HTML for public files.
This commit is contained in:
@@ -61,7 +61,7 @@ func main() {
|
||||
// specify the types for `K` and `V` when
|
||||
// calling `MapKeys` - the compiler infers them
|
||||
// automatically.
|
||||
fmt.Println("keys m:", MapKeys(m))
|
||||
fmt.Println("keys:", MapKeys(m))
|
||||
|
||||
// ... though we could also specify them explicitly.
|
||||
_ = MapKeys[int, string](m)
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
6219a4dadc2685ab1b61dc8e95799fd683ccb761
|
||||
YulcAofh266
|
||||
91465956a90881ec8b4cca3968b9aa1f6d9f1447
|
||||
uXlb-AyeYmQ
|
||||
|
||||
Reference in New Issue
Block a user