mirror of
https://github.com/clastix/kamaji.git
synced 2026-04-15 06:56:47 +00:00
8 lines
120 B
Go
8 lines
120 B
Go
package sql
|
|
|
|
const (
|
|
defaultProtocol = "tcp"
|
|
firstPort = 1024
|
|
sqlErrorNoRows = "sql: no rows in result set"
|
|
)
|