conformal / gotk3

Go bindings for GTK3
ISC License
470 stars 81 forks source link

Function ends without a return statement #45

Closed MarinX closed 10 years ago

MarinX commented 10 years ago

gtk/gtk.go on line 6342 : func (v *UIManager) AddUIFromString(buffer string) error

return nil must be after if, not if - else.

After that, package works for compile.

EDIT: Woops, sorry, wrong package for GTK, referencing other. Please, close the thread.