Lines Matching refs:fmt
32 failNoneRequested = fmt.Errorf("\nNo license metadata files requested")
33 failNoLicenses = fmt.Errorf("No licenses found")
48 fmt.Fprintln(os.Stderr, err.Error())
55 fmt.Fprintln(os.Stderr, err.Error())
69 fmt.Fprintf(os.Stderr, `Usage: %s {options} file.meta_lic {file.meta_lic...}
81 fmt.Fprintf(os.Stderr, "%v\n", err)
92 fmt.Fprintf(os.Stderr, "must specify file for -o; use - for stdout\n")
97 fmt.Fprintf(os.Stderr, "cannot determine path to %q: %s\n", *outputFile, err)
102 fmt.Fprintf(os.Stderr, "cannot read directory %q of %q: %s\n", dir, *outputFile, err)
106 fmt.Fprintf(os.Stderr, "parent %q of %q is not a directory\n", dir, *outputFile)
124 fmt.Fprintf(os.Stderr, "%s\n", err.Error())
130 fmt.Fprintf(os.Stderr, "could not write output to %q: %s\n", *outputFile, err)
147 return fmt.Errorf("Unable to read license metadata file(s) %q: %v\n", files, err)
158 return fmt.Errorf("Unable to read license text file(s) for %q: %v\n", files, err)
162 fmt.Fprintln(ctx.stdout, lib)