aboutsummaryrefslogtreecommitdiff
path: root/examples/8-jsontotv/examplejsontotv.go
diff options
context:
space:
mode:
Diffstat (limited to 'examples/8-jsontotv/examplejsontotv.go')
-rw-r--r--examples/8-jsontotv/examplejsontotv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/8-jsontotv/examplejsontotv.go b/examples/8-jsontotv/examplejsontotv.go
index 85be282..ee10bd2 100644
--- a/examples/8-jsontotv/examplejsontotv.go
+++ b/examples/8-jsontotv/examplejsontotv.go
@@ -11,7 +11,7 @@ import (
"fmt"
"os"
- "github.com/spdx/tools-golang/json"
+ spdx_json "github.com/spdx/tools-golang/json"
"github.com/spdx/tools-golang/tvsaver"
)