Skip to content

Commit

Permalink
Merge pull request #89 from kardianos/kardianos-example
Browse files Browse the repository at this point in the history
apd: update example to use apd/v2
  • Loading branch information
maddyblue authored Apr 8, 2019
2 parents 5307578 + 6573388 commit 1d75d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package apd_test
import (
"fmt"

"github.com/cockroachdb/apd"
"github.com/cockroachdb/apd/v2"
)

// ExampleOverflow demonstrates how to detect or error on overflow.
Expand Down

0 comments on commit 1d75d33

Please sign in to comment.