aboutsummaryrefslogtreecommitdiff
path: root/examples/13-yamlloader/exampleYAMLLoader.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/13-yamlloader/exampleYAMLLoader.go')
-rw-r--r--examples/13-yamlloader/exampleYAMLLoader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/13-yamlloader/exampleYAMLLoader.go b/examples/13-yamlloader/exampleYAMLLoader.go
index 237cc65..a032ece 100644
--- a/examples/13-yamlloader/exampleYAMLLoader.go
+++ b/examples/13-yamlloader/exampleYAMLLoader.go
@@ -12,7 +12,7 @@ import (
"os"
"strings"
- "github.com/spdx/tools-golang/yaml"
+ spdx_yaml "github.com/spdx/tools-golang/yaml"
)
func main() {