With go modules, we should be able to remove import comments

This commit is contained in:
Mickael Remond
2019-06-18 16:28:30 +02:00
parent c8ded1462f
commit 4d015e5b29
37 changed files with 37 additions and 39 deletions

View File

@@ -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"