Skip to content

Commit

Permalink
Better example
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Sep 5, 2023
1 parent 4a1dbbd commit c2bf5a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bucketteer/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"os"
"time"

"github.com/davecgh/go-spew/spew"
"github.com/dustin/go-humanize"
"github.com/rpcpool/yellowstone-faithful/bucketteer"
"golang.org/x/exp/mmap"
Expand Down Expand Up @@ -75,6 +76,7 @@ func main() {
if err != nil {
panic(err)
}
spew.Dump(buRd.Meta())
if len(samples) > 0 {
fmt.Println("testing search with samples from the inserted signatures...")
tookBatch := time.Duration(0)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/gagliardetto/binary v0.7.8
github.com/gagliardetto/solana-go v1.8.3-0.20230302093440-c6043ec381e3
github.com/gin-gonic/gin v1.9.0 // indirect
github.com/golang/protobuf v1.5.3
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/uuid v1.3.0
github.com/hannahhoward/go-pubsub v1.0.0 // indirect
github.com/ipfs/go-blockservice v0.5.0 // indirect
Expand Down

0 comments on commit c2bf5a2

Please sign in to comment.