aboutsummaryrefslogtreecommitdiff
path: root/examples/4-search
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/4-search
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/4-search')
-rw-r--r--examples/4-search/example_search.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/4-search/example_search.go b/examples/4-search/example_search.go
index f7b91ba..3f19596 100644
--- a/examples/4-search/example_search.go
+++ b/examples/4-search/example_search.go
@@ -7,6 +7,7 @@
// [SPDX short-form IDs](https://spdx.org/ids/); filling those IDs into the
// document's Package and File license fields; and saving the resulting document
// to disk.
+// Run project: go run example_search.go project2 ../../testdata/project2/folder test.spdx
package main