2019-05-27 17:18:35 by Benny Siegert | Files touched by this commit (151) | |
Log message: Revbump all Go packages after go112 update. |
2019-04-16 20:41:21 by Benny Siegert | Files touched by this commit (143) | |
Log message: Revbump all Go packages after go112 update |
2019-03-16 09:35:51 by Benny Siegert | Files touched by this commit (143) | |
Log message: Revbump all Go packages after Go 1.12.1 update. |
2019-03-09 11:05:15 by Benny Siegert | Files touched by this commit (143) |
Log message: all: revbump Go packages, now that they use go112 to build |
2019-01-24 11:00:46 by Benny Siegert | Files touched by this commit (144) | |
Log message: Revbump Go packages after lang/go111 update. |
2018-12-19 16:47:12 by Benny Siegert | Files touched by this commit (141) | |
Log message: Revbump all Go packages after go111 update. |
2018-11-18 09:27:13 by Ryo ONODERA | Files touched by this commit (5) |
Log message: textproc/go-regexp2: import go-regexp2-1.1.6 regexp2 - full featured regular expressions for Go Regexp2 is a feature-rich RegExp engine for Go. It doesn't have constant time guarantees like the built-in regexp package, but it allows backtracking and is compatible with Perl5 and .NET. You'll likely be better off with the RE2 engine from the regexp package and should only use this if you need to write very complex patterns or require compatibility with .NET. |