aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEden Nathan <57758907+dndn10@users.noreply.github.com>2022-07-18 17:41:55 +0300
committerBill Neubauer <bill.neubauer@gmail.com>2022-09-07 14:06:58 -0700
commit23923d047d0e7379fdc312b3d69a7bb679318480 (patch)
tree7bec4c7de4ca07f8c6c92d06dd2e17d7fc903244
parent7c5bb21c30deb7f823caa8f6b6906452d78f1777 (diff)
downloadlicenseclassifier-23923d047d0e7379fdc312b3d69a7bb679318480.tar.gz
Update embed.go
Fixed comment to work when using go get command
-rw-r--r--licenses/embed.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/licenses/embed.go b/licenses/embed.go
index e7f682b..7b31574 100644
--- a/licenses/embed.go
+++ b/licenses/embed.go
@@ -5,7 +5,7 @@ import (
"io/fs"
)
-//go:embed *.db *.txt
+// go:embed *.db *.txt
var licenseFS embed.FS
// ReadLicenseFile locates and reads the license archive file. Absolute paths are used unmodified. Relative paths are expected to be in the licenses directory of the licenseclassifier package.