5 lines
93 B
Go
5 lines
93 B
Go
package repository
|
|
|
|
const (
|
|
SqlFetchOneByName = "SELECT * FROM variables WHERE name = $1"
|
|
)
|