aboutsummaryrefslogtreecommitdiff
path: root/examples/10-jsonloader/example_json_loader.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/10-jsonloader/example_json_loader.go')
-rw-r--r--examples/10-jsonloader/example_json_loader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/10-jsonloader/example_json_loader.go b/examples/10-jsonloader/example_json_loader.go
index 793f10e..1ccf4d0 100644
--- a/examples/10-jsonloader/example_json_loader.go
+++ b/examples/10-jsonloader/example_json_loader.go
@@ -12,7 +12,7 @@ import (
"os"
"strings"
- "github.com/spdx/tools-golang/json"
+ spdx_json "github.com/spdx/tools-golang/json"
)
func main() {