Skip to content

Commit

Permalink
docs(README): remove legacy syntax in example
Browse files Browse the repository at this point in the history
  • Loading branch information
nathabonfim59 authored Dec 17, 2024
1 parent 9796811 commit 79584c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ func main() {
if err != nil {
log.Fatal(err)
}
defer tokenizer.Free()

text := "Hello, world!"
tokens, err := tokenizer.Encode(text)
Expand Down

0 comments on commit 79584c0

Please sign in to comment.