alphabetize imports

This commit is contained in:
Aiden McClelland 2020-05-22 11:14:12 -06:00
parent d0533c45b4
commit d11271fe99
No known key found for this signature in database
GPG key ID: 45C49185E315A11D

View file

@ -16,11 +16,11 @@ package basecomponent
import ( import (
"database/sql" "database/sql"
"fmt"
"io" "io"
"net/http" "net/http"
"net/url" "net/url"
"time" "time"
"fmt"
"golang.org/x/crypto/ed25519" "golang.org/x/crypto/ed25519"