@@ -0,0 +1,15 @@
package main
import "fmt"
var verbose bool = false
var ip string
var properties []string
func main() {
parseFlags()
result := GetProperties(Lookup(ip, properties))
fmt.Println(result)
}
The note is not visible to the blocked user.