eBay / go-ovn

A Go library for OVN Northbound/Southbound DB access using native OVSDB protocol
Apache License 2.0
108 stars 59 forks source link

Fix panic on cacheACL.Fields["meter"] type assertion #81

Closed fyuan1316 closed 4 years ago

fyuan1316 commented 4 years ago

Fix #80

fyuan1316 commented 4 years ago

Fixed copy/paste errors. Any other suggestions?

hzhou8 commented 4 years ago

Since it is a one line fix for typo, I merged it directly. Thanks for the fix.