Skip to content
This repository has been archived by the owner on Jan 23, 2019. It is now read-only.

Commit

Permalink
Replace relative import with absolute import.
Browse files Browse the repository at this point in the history
Relative imports don't work with golang/dep .
  • Loading branch information
tamalsaha committed Sep 20, 2017
1 parent 0e837af commit d3e5b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/worker_disconnect_test.go
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"../client"
"github.com/appscode/g2/client"
rt "github.com/appscode/g2/pkg/runtime"
)

Expand Down

0 comments on commit d3e5b9e

Please sign in to comment.