getlantern / systray

a cross platfrom Go library to place an icon and menu in the notification area
Apache License 2.0
3.28k stars 451 forks source link

Remove dependency on github.com/getlantern/golog #249

Open pobearm opened 1 year ago

pobearm commented 1 year ago

This is a good general package, i use it now. Maybe it should not rely on a specific third-party log lib ( github.com/getlantern/golog), even do not write its own logs, just return the error information to the caller.