summaryrefslogtreecommitdiffhomepage
path: root/api/attribute_test.go
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-07-07 13:48:38 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2018-07-07 20:44:25 +0900
commitc4775c42510d1f1ddd55036dc19e982712fa6a0b (patch)
tree6ec8b61d4338c809e239e3003a2d32d480898e22 /api/attribute_test.go
parentb3079759aa13172fcb548a83da9a9653d8d5fed4 (diff)
follow Standard Go Project Layout
https://github.com/golang-standards/project-layout Now you can see clearly what are private and public library code. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'api/attribute_test.go')
-rw-r--r--api/attribute_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/api/attribute_test.go b/api/attribute_test.go
index 271b0191..72b20bf1 100644
--- a/api/attribute_test.go
+++ b/api/attribute_test.go
@@ -19,10 +19,9 @@ import (
"net"
"testing"
- "github.com/osrg/gobgp/packet/bgp"
-
"github.com/golang/protobuf/ptypes"
"github.com/golang/protobuf/ptypes/any"
+ "github.com/osrg/gobgp/pkg/packet/bgp"
"github.com/stretchr/testify/assert"
)