mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
Migrate this project to minio micro services code
This commit is contained in:
-11
@@ -1,11 +0,0 @@
|
||||
//+build !sasl
|
||||
|
||||
package mgo
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func saslNew(cred Credential, host string) (saslStepper, error) {
|
||||
return nil, fmt.Errorf("SASL support not enabled during build (-tags sasl)")
|
||||
}
|
||||
Reference in New Issue
Block a user