go

module
v0.21.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2025 License: MIT

README

How to run the go test for chunker

build the rust library

# in the root directory
cargo build --release       

run the go test in go chunker folder

# from the root directory
cd bindings/go
go test ./...

# or run a specific test
go test -v -run TestSplitCodeChunker

Directories

Path Synopsis
cmd