You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bufio
When a SplitFunc returns ErrFinalToken with a nil token, Scanner will now stop immediately. Previously, it would report a final empty token before stopping, which was usually not desired. Callers that do want to report a final empty token can do so by returning []byte{} rather than nil.
LeGEC
added a commit
to LeGEC/gotenv
that referenced
this issue
Oct 26, 2024
Building with 1.21 passes:
while building with 1.22 fails:
The text was updated successfully, but these errors were encountered: