mirror of
https://github.com/metabarcoding/obitools4.git
synced 2025-06-29 16:20:46 +00:00
8 lines
129 B
Go
8 lines
129 B
Go
|
package obilua
|
||
|
|
||
|
import lua "github.com/yuin/gopher-lua"
|
||
|
|
||
|
func RegisterObilib(luaState *lua.LState) {
|
||
|
RegisterObiSeq(luaState)
|
||
|
}
|