chore: gofmt import sort

This commit is contained in:
decentral1se 2023-06-12 00:06:58 +02:00
parent bd0ad9c98c
commit 804e6e8d9b
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 9 additions and 8 deletions

17
bot.go
View File

@ -2,21 +2,22 @@ package bot
import ( import (
"crypto/rand" "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/base64"
"encoding/json" "encoding/json"
"git.openprivacy.ca/openprivacy/connectivity"
"git.openprivacy.ca/openprivacy/connectivity/tor"
"git.openprivacy.ca/openprivacy/log"
mrand "math/rand" mrand "math/rand"
"os" "os"
"path" "path"
"path/filepath" "path/filepath"
"time" "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 { type CwtchBot struct {