contiv / netplugin

Container networking for various use cases
Apache License 2.0
513 stars 177 forks source link

netplugin/netd.go: call Fatalf to use formatting #1101

Closed unclejack closed 6 years ago

unclejack commented 6 years ago

This PR addresses a govet failure I've observed:

netplugin/netd.go:84: possible formatting directive in Fatal call
netplugin/netd.go:93: possible formatting directive in Fatal call

This halts the build for me.

dseevr commented 6 years ago

build pr