forked from jshiffer/go-xmpp
With go modules, we should be able to remove import comments
This commit is contained in:
@@ -20,7 +20,7 @@ TODO: Implement Backoff Ticker channel
|
||||
TODO: Implement throttler interface. Throttler could be used to implement various reconnect strategies.
|
||||
*/
|
||||
|
||||
package xmpp // import "gosrc.io/xmpp"
|
||||
package xmpp
|
||||
|
||||
import (
|
||||
"math"
|
||||
|
||||
Reference in New Issue
Block a user