gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
// Package pq is a pure Go Postgres driver for the database/sql package.

// +build js android hurd illumos zos

package pq

func userCurrent() (string, error) {
	return "", ErrCouldNotDetectUsername
}