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
The project README.md clearly states that version 1.9 or newer of Go is needed. However, parser.go uses strings.ReplaceAll, which was introduced in 1.12.
Either the use of 1.12 functions should be removed or the readme should be updated to reflect reality.
The text was updated successfully, but these errors were encountered:
The project README.md clearly states that version 1.9 or newer of Go is needed. However, parser.go uses
strings.ReplaceAll
, which was introduced in 1.12.Either the use of 1.12 functions should be removed or the readme should be updated to reflect reality.
The text was updated successfully, but these errors were encountered: