mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Adds some documentation
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package obiseq
|
||||
|
||||
// A method that concatenates two BioSequences.
|
||||
func (sequence *BioSequence) Join(seq2 *BioSequence, inplace bool) *BioSequence {
|
||||
|
||||
if !inplace {
|
||||
|
||||
Reference in New Issue
Block a user