From 804e6e8d9b63f8a53216902b435aab6efa2c98c2 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 12 Jun 2023 00:06:58 +0200 Subject: [PATCH] chore: gofmt import sort --- bot.go | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/bot.go b/bot.go index eb19acf..f100ecf 100644 --- a/bot.go +++ b/bot.go @@ -2,21 +2,22 @@ package bot import ( "crypto/rand" - "cwtch.im/cwtch/app" - "cwtch.im/cwtch/event" - "cwtch.im/cwtch/peer" - "cwtch.im/cwtch/protocol/connections" - "cwtch.im/cwtch/settings" "encoding/base64" "encoding/json" - "git.openprivacy.ca/openprivacy/connectivity" - "git.openprivacy.ca/openprivacy/connectivity/tor" - "git.openprivacy.ca/openprivacy/log" mrand "math/rand" "os" "path" "path/filepath" "time" + + "cwtch.im/cwtch/app" + "cwtch.im/cwtch/event" + "cwtch.im/cwtch/peer" + "cwtch.im/cwtch/protocol/connections" + "cwtch.im/cwtch/settings" + "git.openprivacy.ca/openprivacy/connectivity" + "git.openprivacy.ca/openprivacy/connectivity/tor" + "git.openprivacy.ca/openprivacy/log" ) type CwtchBot struct {