RepoNotes
Toggle theme
Loading ...
Sign in
golang/glog
Leveled execution logs for Go
3604
1
2
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
10327
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
master
Releases
v1.2.5
v1.2.4
v1.2.3
Commits
glog: generate a Fatalf-like error message when writing to logsinks fails (#76) Writing to logsinks can fail (for example due to "no space left on device" or I/O errors). When that happens glog has n
glog: have createInDir fail if the file already exists This prevents an attack like the one described [here](https://owasp.org/www-community/vulnerabilities/Insecure_Temporary_File#:~:text=On%20Unix%
glog: introduce createInDir function as in internal version
Issues
Allow the user to prefix our flags' names
chore: remove refs to deprecated io/ioutil