mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
go dep
Migrated from plain /vendor to go dep
This commit is contained in:
parent
0262763c95
commit
fd693f4ff4
957 changed files with 36866 additions and 177595 deletions
6
vendor/github.com/jmoiron/sqlx/README.md
generated
vendored
6
vendor/github.com/jmoiron/sqlx/README.md
generated
vendored
|
@ -66,10 +66,12 @@ usage.
|
|||
package main
|
||||
|
||||
import (
|
||||
_ "github.com/lib/pq"
|
||||
"database/sql"
|
||||
"github.com/jmoiron/sqlx"
|
||||
"fmt"
|
||||
"log"
|
||||
|
||||
_ "github.com/lib/pq"
|
||||
"github.com/jmoiron/sqlx"
|
||||
)
|
||||
|
||||
var schema = `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue