func debug()

in cmd/ar-token/main.go [49:51]


func debug(msg string) {
	fmt.Fprintf(os.Stderr, "DEBUG: %s\n", msg)
}