mirror of
https://github.com/aditya-K2/gspt.git
synced 2026-01-08 21:37:58 -05:00
Clean up main
This commit is contained in:
5
main.go
5
main.go
@@ -6,10 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
var err error
|
||||
spt.InitClient()
|
||||
ui.InitNotifier()
|
||||
if err != nil {
|
||||
if err := spt.InitClient(); err != nil {
|
||||
panic(err)
|
||||
}
|
||||
if err := ui.NewApplication().App.Run(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user