Skip to content

Commit 2519cf9

Browse files
author
Jonathan Novak
committed
Merge pull request gocraft#17 from philips/getting-started-fix
README: add encoding/json to getting started
2 parents 33a26fc + 43fe1e4 commit 2519cf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ package main
99

1010
import (
1111
"database/sql"
12-
"fmt"
12+
"encoding/json"
13+
"fmt"
14+
1315
_ "github.com/go-sql-driver/mysql"
1416
"github.com/gocraft/dbr"
1517
)

0 commit comments

Comments
 (0)