[go: up one dir, main page]

Skip to content

gojetpack/pyos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages