Generate Seq

This commit is contained in:
2024-09-13 20:48:33 -06:00
parent 6256b73325
commit f0c10152d0
4 changed files with 287 additions and 13 deletions

View File

@ -1,6 +1,6 @@
package gigaparsec
//go:generate go run ./internal/bindgen -output bind.go -max 5 -pkg gigaparsec
//go:generate go run ./internal/bindgen -bindpath bind.go -seqpath seq.go -max 5 -pkg gigaparsec
import (
"errors"
"fmt"