Content returns the full license report, including the main report and all third-party licenses.
()
| 11 | // Content returns the full license report, including the main report and all |
| 12 | // third-party licenses. |
| 13 | func Content() string { |
| 14 | return content(embedFS, rootDir) |
| 15 | } |
| 16 | |
| 17 | func content(embedFS fs.ReadFileFS, rootDir string) string { |
| 18 | var b strings.Builder |