mtgbot/vendor/github.com/lib/pq/ssl_windows.go
Jay 273278d322 update
1. add cron module
2. add pool module
3. add tcgplayer background job
4. add card price model
2019-01-16 16:53:08 +08:00

10 lines
267 B
Go

// +build windows
package pq
// sslKeyPermissions checks the permissions on user-supplied ssl key files.
// The key file should have very little access.
//
// libpq does not check key file permissions on Windows.
func sslKeyPermissions(string) error { return nil }