commit | e0d34a8c6e028d85b1adb261b3eb0d2fb4e853e9 | [log] [tgz] |
---|---|---|
author | Don Newton <dn8474@att.com> | Thu Nov 14 10:58:06 2019 -0500 |
committer | Don Newton <dn8474@att.com> | Thu Nov 14 14:30:05 2019 -0500 |
tree | adc8c1ddb64876691c909efb4c7a7f79bd6b6088 | |
parent | 98fd88136b83e8f6b95820580bcb7dee33ee5245 [diff] [blame] |
interim commit go fmt stuff Change-Id: I617a7d771b50c2b7999eabbbebbabef4e68d8713
diff --git a/openflow/role.go b/openflow/role.go index 08cf457..0620321 100644 --- a/openflow/role.go +++ b/openflow/role.go
@@ -18,7 +18,7 @@ import ( "encoding/json" - ofp "github.com/skydive-project/goloxi/of13" + ofp "github.com/donNewtonAlpha/goloxi/of13" "log" )