diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-05-16 19:52:33 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-05-16 19:52:33 +0700 |
| commit | 56c992b6d3597e37e5dbfd7bbd63b7f1311c8b8e (patch) | |
| tree | 1fb660ab438c39d5ea9c99b2beb60126df3a77b7 /lib/net/html/example_node_iterator_test.go | |
| parent | 04a7f25930191e76928f575d796d2972811a4fac (diff) | |
| download | pakakeh.go-56c992b6d3597e37e5dbfd7bbd63b7f1311c8b8e.tar.xz | |
all: fix and suppress linter warnings
Diffstat (limited to 'lib/net/html/example_node_iterator_test.go')
| -rw-r--r-- | lib/net/html/example_node_iterator_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/html/example_node_iterator_test.go b/lib/net/html/example_node_iterator_test.go index b5e82db4..6fa3838f 100644 --- a/lib/net/html/example_node_iterator_test.go +++ b/lib/net/html/example_node_iterator_test.go @@ -52,7 +52,7 @@ func ExampleParse() { //html } -func ExampleNodeIterator_Set() { +func ExampleNodeIterator_SetNext() { rawHTML := ` <ul> <li> |
