mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 03:50:39 +00:00
8c7017a99d
- Update obioptions.Version from "Release 4.4.29" to "/v/ Release v5" - Update version.txt from 4.29 → .30 (automated by Makefile)
10 lines
184 B
Go
10 lines
184 B
Go
package obilua
|
|
|
|
import lua "github.com/yuin/gopher-lua"
|
|
|
|
func RegisterObilib(luaState *lua.LState) {
|
|
RegisterObiSeq(luaState)
|
|
RegisterObiTaxonomy(luaState)
|
|
RegisterHTTP(luaState)
|
|
}
|