1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-05 16:13:49 +00:00
Files
gatus/vendor/github.com/lib/pq/user_other.go

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
}