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 --- gobmpd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gobmpd') diff --git a/gobmpd/main.go b/gobmpd/main.go index c6e68b04..c6cf99a4 100644 --- a/gobmpd/main.go +++ b/gobmpd/main.go @@ -20,7 +20,7 @@ import ( "encoding/json" "fmt" log "github.com/Sirupsen/logrus" - "github.com/osrg/gobgp/packet" + "github.com/osrg/gobgp/packet/bgp" "net" "os" "strconv" -- cgit v1.2.3