This commit is contained in:
crusader 2017-12-14 16:38:48 +09:00
parent cb8c795e70
commit 859a0c9264
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package pgsql
package postgresql
import (
"bytes"

View File

@ -1,4 +1,4 @@
package pgsql
package postgresql
import (
"crypto/tls"

View File

@ -1,4 +1,4 @@
package mssql
package sqlserver
import (
"bytes"

View File

@ -1,4 +1,4 @@
package mssql
package sqlserver
import (
"net"