aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/3-build/example_build.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/3-build/example_build.go b/examples/3-build/example_build.go
index cc63bb7..8fc6b6b 100644
--- a/examples/3-build/example_build.go
+++ b/examples/3-build/example_build.go
@@ -5,6 +5,7 @@
// This example demonstrates building an 'empty' SPDX document in memory that
// corresponds to a given directory's contents, including all files with their
// hashes and the package's verification code, and saving the document to disk.
+// Run project: go run example_build.go project2 ../../testdata/project2 test.spdx
package main