This website requires JavaScript.
Explore
Help
Register
Sign In
abs3nt
/
gospt
Watch
1
Star
2
Fork
0
You've already forked gospt
Code
Issues
2
Pull Requests
10
Packages
Projects
Releases
20
Wiki
Activity
57b8840d3e
gospt
/
main.go
11 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
initial
2023-01-07 07:40:39 +00:00
package
main
slow
2023-01-14 06:27:38 +00:00
import
(
"gospt/src/cmd"
)
initial
2023-01-07 07:40:39 +00:00
func
main
(
)
{
refac
2023-01-09 23:52:21 +00:00
defCmd
:=
"tui"
cmd
.
Execute
(
defCmd
)
initial
2023-01-07 07:40:39 +00:00
}
Reference in New Issue
Copy Permalink