1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-29 23:38:14 +02:00
Files
starter/vendor/github.com/lib/pq/user_other.go
Nikitin Aleksandr e41e809e0d new
2023-03-17 11:20:09 +03:00

11 lines
234 B
Go

// Package pq is a pure Go Postgres driver for the database/sql package.
//go:build js || android || hurd || zos
// +build js android hurd zos
package pq
func userCurrent() (string, error) {
return "", ErrCouldNotDetectUsername
}