1
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-16 21:56:40 -05:00

caddytls: sort import statement (#2552)

This commit is contained in:
johncming 2019-04-08 00:39:52 +08:00 committed by Matt Holt
parent 04789a2446
commit 15268e8cdb

View file

@ -21,9 +21,9 @@ import (
"os"
"testing"
"github.com/go-acme/lego/certcrypto"
"github.com/mholt/caddy"
"github.com/mholt/certmagic"
"github.com/go-acme/lego/certcrypto"
)
func TestMain(m *testing.M) {