diff --git a/item.go b/item.go index 2b4ffcf..bcf92e3 100644 --- a/item.go +++ b/item.go @@ -1,6 +1,7 @@ package main import ( + "encoding/json" "errors" "fmt" "log"