Mode
========
Mode
is a Go package that provides
a native Go implementation of BSD’s
setmode
and getmode which can be used to modify the mode bits of
an os.FileMode value
based on a sumbolic value as described by the
Unix chmod command.
Online package documentation is available via
https://godoc.org/bitbucket.org/dchapes/mode.
To install:
go get bitbucket.org/dchapes/mode
or go build any Go code that imports it:
import “bitbucket.org/dchapes/mode”