summaryrefslogtreecommitdiffstats
path: root/core/control_ping.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/control_ping.go')
-rw-r--r--core/control_ping.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/control_ping.go b/core/control_ping.go
index cd447b7..b39fd3f 100644
--- a/core/control_ping.go
+++ b/core/control_ping.go
@@ -1,6 +1,8 @@
package core
-import "git.fd.io/govpp.git/api"
+import (
+ "git.fd.io/govpp.git/api"
+)
var (
msgControlPing api.Message = new(ControlPing)