Tidy example package imports

Signed-off-by: Jake Sanders <i@am.so-aweso.me>
This commit is contained in:
Jake Sanders 2021-02-22 16:05:04 +00:00
parent 1f895be0fe
commit 13383858a8
No known key found for this signature in database
GPG Key ID: 7E708D7933B84690

View File

@ -2,11 +2,12 @@ package example
import ( import (
"crypto/rand" "crypto/rand"
"math/big"
"testing"
acme "github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1" acme "github.com/jetstack/cert-manager/pkg/acme/webhook/apis/acme/v1alpha1"
"github.com/miekg/dns" "github.com/miekg/dns"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"math/big"
"testing"
) )
func TestExampleSolver_Name(t *testing.T) { func TestExampleSolver_Name(t *testing.T) {