@@ -0,0 +1,11 @@
package main
import (
"local/whodunit/config"
"log"
)
func main() {
c := config.New()
log.Println(c)
}
The note is not visible to the blocked user.