You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-08 04:42:07 +03:00
Add self-contained gometalinter build tooling.
This commit is contained in:
9
tools/vendor/github.com/dchest/safefile/rename.go
generated
vendored
Normal file
9
tools/vendor/github.com/dchest/safefile/rename.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build !plan9,!windows windows,go1.5
|
||||
|
||||
package safefile
|
||||
|
||||
import "os"
|
||||
|
||||
func rename(oldname, newname string) error {
|
||||
return os.Rename(oldname, newname)
|
||||
}
|
Reference in New Issue
Block a user