Skip to content

Commit

Permalink
Switch to decred import paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcvernaleo committed Apr 29, 2016
1 parent d43cd3e commit 43e6a84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

You need to have OpenCL installed. To download and build gominer, run:

go get github.com/Dirbaio/gominer
go get github.com/decred/gominer

## Running

Expand Down
4 changes: 2 additions & 2 deletions device.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import (
"os"
"unsafe"

"github.com/Dirbaio/gominer/blake256"
"github.com/Dirbaio/gominer/cl"
"github.com/decred/gominer/blake256"
"github.com/decred/gominer/cl"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion miner.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"sync"
"time"

"github.com/Dirbaio/gominer/cl"
"github.com/decred/gominer/cl"
)

const benchmark = true
Expand Down

0 comments on commit 43e6a84

Please sign in to comment.