Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
velocypack
✓ github.com/arangodb/go-velocypack
Build and serialize a VelocyPack document
package main
import (
"fmt"
"github.com/arangodb/go-velocypack"
)
func main() {
builder := velocypack.Builder{}
builder.Add("key", "value")
slice := builder.Slice()
fmt.Println(slice.String())
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20200318135517-5af53c29c67elatest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.