mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
rename goutils to obiutils
Former-commit-id: 2147f53db972bba571dfdae30c51b62d3e69cec5
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"strconv"
|
||||
"sync"
|
||||
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/goutils"
|
||||
"git.metabarcoding.org/lecasofts/go/obitools/pkg/obiutils"
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
@@ -135,7 +135,7 @@ func DualAnnotationClassifier(key1, key2 string, na string) *BioSequenceClassifi
|
||||
locke.Lock()
|
||||
defer locke.Unlock()
|
||||
|
||||
jb, _ := goutils.JsonMarshal([2]string{val1, val2})
|
||||
jb, _ := obiutils.JsonMarshal([2]string{val1, val2})
|
||||
json := string(jb)
|
||||
k, ok := encode[json]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user