mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-12-08 16:50:27 +00:00
Add obiminion first version
Former-commit-id: aa5ace7bd4d2266333715fca7094d1c3cbbb5e6d
This commit is contained in:
@@ -38,13 +38,7 @@ import (
|
||||
// return float64(m)
|
||||
// }
|
||||
|
||||
// func minIntVector(values []int) float64 {
|
||||
// m := values[0]
|
||||
// for _, v := range values {
|
||||
// if v < m {
|
||||
// m = v
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
// return float64(m)
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user