From 460cf54ece7eba418c50407ee35544c5d63588a7 Mon Sep 17 00:00:00 2001 From: Ian Ling Date: Fri, 8 Apr 2022 08:52:57 -0700 Subject: Overhaul structs, refactor JSON parser and saver Signed-off-by: Ian Ling --- examples/4-search/example_search.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/4-search') diff --git a/examples/4-search/example_search.go b/examples/4-search/example_search.go index 3f19596..52f8b07 100644 --- a/examples/4-search/example_search.go +++ b/examples/4-search/example_search.go @@ -120,7 +120,7 @@ func main() { // all file hashes and the package verification code have been filled in // appropriately by builder. // And, all files with "SPDX-License-Identifier:" tags have had their - // licenses extracted into LicenseInfoInFile and LicenseConcluded for + // licenses extracted into LicenseInfoInFiles and LicenseConcluded for // each file by idsearcher. The PackageLicenseInfoFromFiles field will // also be filled in with all license identifiers. fmt.Printf("Successfully created document and searched for IDs for package %s\n", packageName) -- cgit v1.2.3