aboutsummaryrefslogtreecommitdiff
path: root/examples/1-load
diff options
context:
space:
mode:
authorCatalinStratu <catalinstratu45@gmail.com>2022-03-31 03:30:42 +0300
committerGitHub <noreply@github.com>2022-03-30 20:30:42 -0400
commit7e3a22cfccbda131ebfb0d29e089a274950726ce (patch)
treef05b5515ac82a7d6f855df768f1ec29ae9e42105 /examples/1-load
parentd93d09feb83ecac722c16d3ccaa97c961c695465 (diff)
downloadspdx-tools-7e3a22cfccbda131ebfb0d29e089a274950726ce.tar.gz
examples: Add comments with sample run commands (#123)
Signed-off-by: CatalinStratu <catalinstratu45@gmail.com>
Diffstat (limited to 'examples/1-load')
-rw-r--r--examples/1-load/example_load.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/1-load/example_load.go b/examples/1-load/example_load.go
index 2ad0a0b..6702064 100644
--- a/examples/1-load/example_load.go
+++ b/examples/1-load/example_load.go
@@ -4,6 +4,7 @@
// This example demonstrates loading an SPDX tag-value file from disk into
// memory, and printing some of its contents to standard output.
+// Run project: go run example_load.go ../sample-docs/example1/spdx/SPDXTagExample-v2.2.spdx
package main