Browse Source

use local import for testing

pull/456/head
Anton Kaliaev 7 years ago
parent
commit
51d760f29f
No known key found for this signature in database GPG Key ID: 7B6881D965918214
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      test/main.go

+ 1
- 1
Makefile View File

@ -1,4 +1,4 @@
PACKAGES=$(shell go list ./...)
PACKAGES=$(shell go list ./... | grep -v "test")
all: get_deps test


+ 1
- 1
test/main.go View File

@ -4,8 +4,8 @@ import (
"fmt"
"net/http"
rpcserver "../server"
cmn "github.com/tendermint/go-common"
rpcserver "github.com/tendermint/go-rpc/server"
)
var routes = map[string]*rpcserver.RPCFunc{


Loading…
Cancel
Save