Lines Matching refs:fmt
36 failNoneRequested = fmt.Errorf("\nNo license metadata files requested")
37 failNoLicenses = fmt.Errorf("No licenses found")
85 fmt.Fprintln(os.Stderr, err.Error())
92 fmt.Fprintln(os.Stderr, err.Error())
104 fmt.Fprintf(os.Stderr, `Usage: %s {options} file.meta_lic {file.meta_lic...}
129 fmt.Fprintf(os.Stderr, "must specify file for -o; use - for stdout\n")
134 fmt.Fprintf(os.Stderr, "cannot determine path to %q: %s\n", *outputFile, err)
139 fmt.Fprintf(os.Stderr, "cannot read directory %q of %q: %s\n", dir, *outputFile, err)
143 fmt.Fprintf(os.Stderr, "parent %q of %q is not a directory\n", dir, *outputFile)
170 fmt.Fprintf(os.Stderr, "%s\n", err.Error())
180 fmt.Fprintf(os.Stderr, "could not write output to %q: %s\n", *outputFile, err)
187 fmt.Fprintf(os.Stderr, "could not write deps to %q: %s\n", *depsFile, err)
204 return fmt.Errorf("Unable to read license metadata file(s) %q: %v\n", files, err)
215 return fmt.Errorf("Unable to read license text file(s) for %q: %v\n", files, err)
219 fmt.Fprintf(ctx.stdout, "%s\n\n", ctx.title)
222 …fmt.Fprintln(ctx.stdout, "========================================================================…
224 fmt.Fprintf(ctx.stdout, "%s used by:\n", libName)
226 fmt.Fprintf(ctx.stdout, " %s\n", ctx.strip(installPath))
228 fmt.Fprintln(ctx.stdout)
231 fmt.Fprintln(ctx.stdout)