Example #1
0
func main() {
	flag.Parse()
	var req = wd.Document{URL: env.URL}
	//diagnose := time.Now().Format(`20060102-150405-MST`)
	nsq_publish(req.Bytes())
}