diff --git a/sql.go b/sql.go index 80f2422..b5148dc 100644 --- a/sql.go +++ b/sql.go @@ -1,6 +1,7 @@ package main import ( + "encoding/json" "log" )