Home | History | Annotate | Download | only in vet

Lines Matching refs:Fprintf

164 	fmt.Fprintf(os.Stderr, "Usage of vet:\n")
165 fmt.Fprintf(os.Stderr, "\tvet [flags] directory...\n")
166 fmt.Fprintf(os.Stderr, "\tvet [flags] files... # Must be a single package\n")
167 fmt.Fprintf(os.Stderr, "By default, -all is set and all non-experimental checks are run.\n")
168 fmt.Fprintf(os.Stderr, "For more information run\n")
169 fmt.Fprintf(os.Stderr, "\tgo doc cmd/vet\n\n")
170 fmt.Fprintf(os.Stderr, "Flags:\n")
395 fmt.Fprintf(os.Stderr, "vet: "+format+"\n", args...)
402 fmt.Fprintf(os.Stderr, "vet: "+format+"\n", args...)
456 fmt.Fprintf(os.Stderr, "%s%s", f.locPrefix(pos), fmt.Sprintln(args...))
461 fmt.Fprintf(os.Stderr, "%s%s\n", f.locPrefix(pos), fmt.Sprintf(format, args...))