release: Introduce dcrutil v2 module.

This commit is contained in:
Dave Collins 2019-06-14 23:01:04 -05:00
parent 9b753598df
commit ed43e59df5
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ import (
"github.com/decred/dcrd/chaincfg/v2"
"github.com/decred/dcrd/dcrec"
"github.com/decred/dcrd/dcrutil"
"github.com/decred/dcrd/dcrutil/v2"
)
func ExampleAmount() {

View File

@ -1,4 +1,4 @@
module github.com/decred/dcrd/dcrutil
module github.com/decred/dcrd/dcrutil/v2
go 1.11