amenzhinsky / dbus-codegen-go

D-Bus code-generation for golang
MIT License
16 stars 14 forks source link

Avoid compile error caused by unused log import #2

Closed schiffermtq closed 4 years ago

schiffermtq commented 5 years ago

When none of the processed interfaces define signals, the log import will be unused. Add a workaround to ensure that the import is always used.

amenzhinsky commented 4 years ago

Hi @schiffermtq sorry for the very late response, something is wrong with my notification settings, is this PR still relevant?

schiffermtq commented 4 years ago

It seems this PR has become obsolete with 0dffaaae4ab79a33fe0b20ed8084d991587c0ba5.