This commit is contained in:
timmy.hu
2021-11-03 23:06:24 +08:00
parent f2bb9d65c3
commit c850c420fd

View File

@ -33,7 +33,7 @@ func ExampleStrSet_NewStrSetFrom() {
strSet := gset.NewStrSetFrom([]string{"str1", "str2", "str3"}, true)
fmt.Println(strSet.Slice())
// Output:
// May Output:
// [str1 str2 str3]
}