@@ -0,0 +1,11 @@
package main
import (
"teletype_softwares/domain"
"teletype_softwares/http"
)
func main() {
domain := domain.NewDomain()
http.StartHttpServer(domain)
}
The note is not visible to the blocked user.