@@ -0,0 +1,14 @@
package main
import (
"math/rand"
"nos-comptes/cmd"
"time"
)
func init() {
rand.Seed(time.Now().UTC().UnixNano())
}
func main() {
cmd.Execute()
The note is not visible to the blocked user.