Example #1
0
func main() {
	pt := pt.PlatinumSearcher{Out: os.Stdout, Err: os.Stderr}
	exitCode := pt.Run(os.Args[1:])
	os.Exit(exitCode)
}