Advertisement
dereksir

Untitled

Dec 21st, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Go 0.14 KB | None | 0 0
  1. // Remove this condition to continue processing all Pokémon
  2. if tokenType == html.EndTagToken && tokenizer.Token().Data == "li" {
  3.     break
  4. }
  5.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement