From ed43e59df5d54aef0f80ae1341a5ae6c7e91b31c Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Fri, 14 Jun 2019 23:01:04 -0500 Subject: [PATCH] release: Introduce dcrutil v2 module. --- dcrutil/example_test.go | 2 +- dcrutil/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dcrutil/example_test.go b/dcrutil/example_test.go index 52ec732a..c613cef5 100644 --- a/dcrutil/example_test.go +++ b/dcrutil/example_test.go @@ -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() { diff --git a/dcrutil/go.mod b/dcrutil/go.mod index fc3c19d4..d9612ba1 100644 --- a/dcrutil/go.mod +++ b/dcrutil/go.mod @@ -1,4 +1,4 @@ -module github.com/decred/dcrd/dcrutil +module github.com/decred/dcrd/dcrutil/v2 go 1.11