mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
Rename the Length methods Len to follow GO standart
This commit is contained in:
@ -58,7 +58,7 @@ var _FourBitsBaseDecode = []byte{
|
||||
// A byte slice can be provided (buffer) to preveent allocation of a new
|
||||
// memory chunk by th function.
|
||||
func Encode4bits(seq *obiseq.BioSequence, buffer []byte) []byte {
|
||||
length := seq.Length()
|
||||
length := seq.Len()
|
||||
rawseq := seq.Sequence()
|
||||
|
||||
if buffer == nil {
|
||||
|
Reference in New Issue
Block a user