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