We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
goinfinite-os
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
main
Branches
Tags
main
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.8
v0.1.7
v0.1.5
v0.1.2
v0.1.0
v0.0.9
v0.0.7
v0.0.6
v0.0.4
v0.0.2
v0.0.1
goinfinite-os
/
os.go
os.go
101 B
Permalink
History
Raw
1
2
3
4
5
6
7
package main
import "github.com/goinfinite/os/src/presentation/cli"
func main() {
cli.CliInit()
}