Releases: golang/glog
Releases ยท golang/glog
v1.2.4
What's Changed
- Fail if log file already exists by @chressie in #74:
- glog: Don't try to create/rotate a given syncBuffer twice in the same second
- glog: introduce createInDir function as in internal version
- glog: have createInDir fail if the file already exists
Full Changelog: v1.2.3...v1.2.4
v1.2.3
v1.2.2
What's Changed
- glog: avoid calling user.Current() on windows by @bentekkie in #69
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
Tagging v1.1.0 after syncing glog with internal changes
initial release
Updated to modules and tagging first release.