@ -2,6 +2,7 @@ package gocommon
import (
"flag"
"io"
"os"
)
@ -16,5 +17,6 @@ var NeedPrefetch = commandLine.Bool("prefetch", false, "")
var Linkupdate = commandLine.String("updatelink", "", "")
func init() {
commandLine.SetOutput(io.Discard)
commandLine.Parse(os.Args[1:])
}
The note is not visible to the blocked user.