mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Rename the Length methods Len to follow GO standart
This commit is contained in:
@@ -162,7 +162,7 @@ func (s *BioSequence) String() string {
|
||||
}
|
||||
|
||||
// Returning the length of the sequence.
|
||||
func (s *BioSequence) Length() int {
|
||||
func (s *BioSequence) Len() int {
|
||||
return len(s.sequence)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user