Go Package os
Jump to navigation
Jump to search
External
Internal
os Package Functions
os.Open()
Works with files and directories.
os.Create()
os.File
os.File Methods
FileInfo
FileInfo Methods
- Size()
Command Line Parsing
os.Args is a string slice that holds the command-line arguments, starting with the program name. For more details on how to use see: