We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e93392 commit 054f236Copy full SHA for 054f236
README.md
@@ -63,7 +63,7 @@ mySet := mapset.NewSet[int]()
63
// Or perhaps you want a string set
64
mySet := mapset.NewSet[string]()
65
66
-type myStruct {
+type myStruct struct {
67
name string
68
age uint8
69
}
0 commit comments