[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 336 Bytes

pyos

Golang package which contains features similar to the python os module

Current support:

Modules
Python Golang
os.name pyos.Name
os.path.exist() pyos.Path.Exist()
os.path.isfile() pyos.Path.IsFile()
os.path.isdir() pyos.Path.IsDir()

Note: Development in progress