@@ -1,11 +1,13 @@
package main
import (
"github.com/aditya-K2/gspt/config"
"github.com/aditya-K2/gspt/spt"
"github.com/aditya-K2/gspt/ui"
)
func main() {
config.ReadConfig()
if err := spt.InitClient(); err != nil {
panic(err)
}
The note is not visible to the blocked user.