Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Mar 29, 2024
1 parent 8dd52da commit fb90c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ free there:
> Calling Peek prevents a UnreadByte or UnreadRune call from succeeding until the next read
> operation.
But this was something needed to fix a bug in the
[SQLDumpSplitter3](https://philiplb.de/sqldumpsplitter3). So I created this little library
But this is something needed within the SQL parser of the
[SQLSplitter](https://sqlsplitter.com). So this little library was created
basically wrapping `bufio.Reader` and re-implementing small parts of it.

In addition to the side effect free peek function, it returns an `EOF` rune instead of an
Expand Down

0 comments on commit fb90c33

Please sign in to comment.