mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 20:28:17 +08:00
fix issue in example of package glist
This commit is contained in:
parent
27c2a03ea8
commit
c9c3be517c
@ -121,9 +121,6 @@ func ExampleList_PopBack() {
|
||||
|
||||
// Output:
|
||||
// 9
|
||||
// [8 7]
|
||||
// 1
|
||||
// [2 3]
|
||||
}
|
||||
func ExampleList_PopBacks() {
|
||||
l := glist.NewFrom(g.Slice{1, 2, 3, 4, 5, 6, 7, 8, 9})
|
||||
|
Loading…
Reference in New Issue
Block a user