allow to build with relative urls
This commit is contained in:
parent
0d7a8e706d
commit
b20a4a06d6
@ -1,5 +1,6 @@
|
||||
# Get microservice callgraph
|
||||
|
||||
$ go get github.com/mic92/clusterssh
|
||||
$ go build .
|
||||
$ wget http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.0.jar
|
||||
$ java -jar selenium-server-standalone-2.53.0.jar
|
||||
|
6
main.go
6
main.go
@ -9,9 +9,9 @@ import (
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"github.com/mic92/callgraph/rancher"
|
||||
"github.com/mic92/callgraph/sharelatex"
|
||||
"github.com/mic92/callgraph/sysdig"
|
||||
"./rancher"
|
||||
"./sharelatex"
|
||||
"./sysdig"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
"runtime"
|
||||
"testing"
|
||||
|
||||
"github.com/mic92/callgraph/sysdig"
|
||||
"../sysdig"
|
||||
)
|
||||
|
||||
func assert(tb testing.TB, condition bool, msg string, v ...interface{}) {
|
||||
|
Loading…
Reference in New Issue
Block a user