Skip to content

Commit

Permalink
Merge pull request #804 from chengwenxi/develop
Browse files Browse the repository at this point in the history
R4R: fix build error
  • Loading branch information
wukongcheng authored Dec 11, 2018
2 parents d6d2990 + 3b4e487 commit 37c28da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/clitest/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"bufio"
"io"

irisInit "github.com/irisnet/irishub/init"
irisInit "github.com/irisnet/irishub/server/init"
"github.com/irisnet/irishub/codec"
"github.com/irisnet/irishub/server"
"github.com/irisnet/irishub/tests"
Expand Down
2 changes: 1 addition & 1 deletion tools/prometheus/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/go-kit/kit/metrics"
"github.com/go-kit/kit/metrics/prometheus"
"github.com/irisnet/irishub/app"
irisInit "github.com/irisnet/irishub/init"
irisInit "github.com/irisnet/irishub/server/init"
stdprometheus "github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/shirou/gopsutil/cpu"
Expand Down

0 comments on commit 37c28da

Please sign in to comment.