mirror of
https://github.com/minio/minio.git
synced 2025-12-07 00:02:31 -05:00
Rename NewEncoder-->newEncoder
This commit is contained in:
@@ -152,6 +152,6 @@ func (e *Encoder) Encode(block []byte) ([][]byte, int) {
|
||||
}
|
||||
|
||||
func Encode(block []byte, ep *EncoderParams) ([][]byte, int) {
|
||||
encoder := NewEncoder(ep)
|
||||
encoder := newEncoder(ep)
|
||||
return encoder.Encode(block)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user