Import encoding/json package

pull/388/head
Jack Christensen 2018-01-13 18:14:42 -06:00
parent 6ca9b1279e
commit a680463718
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package pgtype
import (
"database/sql/driver"
"encoding/binary"
"encoding/json"
"math"
"strconv"