fxnn / gowatch

Configurable logfile analysis for your server.
MIT License
8 stars 2 forks source link

"slice bounds out of range " bug in golang.org/x/text #11

Closed fxnn closed 9 years ago

fxnn commented 9 years ago

See build #44.2: it fails because of what looks like a bug inside golang.org/x/text, causing the call

collate.New(language.AmericanEnglish, collate.Numeric)

to panic as shown. Currently, we fix it by hard-coding language.Und.