@@ -0,0 +1,14 @@
package main
import (
"log"
"pncdsl/domain"
"pncdsl/pncdsl"
)
func main() {
if err := pncdsl.Run(domain.Build()); err != nil {
log.Fatal(err)
}
The note is not visible to the blocked user.