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