9 lines
No EOL
102 B
Go
9 lines
No EOL
102 B
Go
package main
|
|
|
|
import (
|
|
"gitlab.com/neonsea/iopshell/internal/shell"
|
|
)
|
|
|
|
func main() {
|
|
shell.Shell()
|
|
} |