mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
fixCi
This commit is contained in:
@ -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]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user