aboutsummaryrefslogtreecommitdiff
path: root/examples/5-report/example_report.go
diff options
context:
space:
mode:
authorSteve Winslow <steve@swinslow.net>2022-03-30 21:08:37 -0400
committerSteve Winslow <steve@swinslow.net>2022-03-30 21:08:37 -0400
commit5bc994e2be4aa8d749ec39fd0774620fdcd97479 (patch)
tree81b8454461490c9d5161362f9cfd0a77c8e1c8ef /examples/5-report/example_report.go
parent83abf1a8ef1641441627408e26599c556082b103 (diff)
downloadspdx-tools-5bc994e2be4aa8d749ec39fd0774620fdcd97479.tar.gz
examples: Move and rename tag-value samples
Signed-off-by: Steve Winslow <steve@swinslow.net>
Diffstat (limited to 'examples/5-report/example_report.go')
-rw-r--r--examples/5-report/example_report.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/5-report/example_report.go b/examples/5-report/example_report.go
index 7fa93dc..bd7971f 100644
--- a/examples/5-report/example_report.go
+++ b/examples/5-report/example_report.go
@@ -5,7 +5,7 @@
// This example demonstrates loading an SPDX tag-value file from disk into memory,
// generating a basic report listing counts of the concluded licenses for its
// files, and printing the report to standard output.
-// Run project: go run example_report.go ../sample-docs/example1/spdx/SPDXTagExample-v2.2.spdx
+// Run project: go run example_report.go ../sample-docs/tv/hello.spdx
package main
import (