DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
os.Chmod()
Examples using...
os.Chmod()
Recent
Examples
Chmod in Go
by GoDoc
Go
os.Chmod
log
log.Fatal
os
Chmod changes the mode of the named file to mode. If the file is a symbolic link, it changes the mode of the link's target. If there is an error, it will be of type *PathError.