228384530e
Using a separate os.Stat() call may result in a race where another request handler running concurrently creates the file in-between the os.Stat() call and the os.Create() call. Use O_EXCL to avoid this situation. |
||
---|---|---|
.. | ||
filesystem.go | ||
postgresql.go | ||
url.go |