mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
update ExampleStrSet_Remove
This commit is contained in:
@ -327,7 +327,7 @@ func ExampleStrSet_Remove() {
|
||||
s1.Remove("a")
|
||||
fmt.Println(s1.Slice())
|
||||
|
||||
// Output:
|
||||
// May Output:
|
||||
// [b c d]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user