You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit sshtunnel required the use of the standard
library's log package, even though it only used Printf. This commit
changes the struct to use an interface, which allows the consumer to
drop in a shim to the logger of their choice.
0 commit comments