@@ -5,13 +5,16 @@ import (
"net/url"
)
func main() {
func init() {
prepareConfig()
}
readConfig()
c := context.Background()
remotes := make(chan *RemoteDir)
remotes := make(chan *OD)
go Schedule(c, remotes)
u, _ := url.Parse("http://mine.terorie.com:420/")
The note is not visible to the blocked user.