Commit Graph

1 Commits

Author SHA1 Message Date
brian m. carlson
4cf30300ee
config: add a umask lookup function
On Windows, syscall.Umask doesn't exist, and trying to compile with it
doesn't work.  Add two files, controlled by build tags, that return the
umask on Unix systems and return a no-op default on Windows, so that we
can compile on all platforms.
2018-10-09 15:11:17 +00:00