From 311324fab8bf7d9e39365d53f7e810af90476d85 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Thu, 31 Mar 2016 13:19:17 +0900 Subject: move packet/*.go to packet/bgp/*.go for Go's convention Later, we move non-bgp protocol stuff like mrt under their own direcotries. Signed-off-by: FUJITA Tomonori --- server/rpki_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/rpki_test.go') diff --git a/server/rpki_test.go b/server/rpki_test.go index c51ba1ae..fb270cf7 100644 --- a/server/rpki_test.go +++ b/server/rpki_test.go @@ -23,7 +23,7 @@ import ( "github.com/armon/go-radix" "github.com/osrg/gobgp/config" - "github.com/osrg/gobgp/packet" + "github.com/osrg/gobgp/packet/bgp" "github.com/stretchr/testify/assert" ) -- cgit v1.2.3