From bd51fe001238a03316c91170f343c0b1e17e1e6d Mon Sep 17 00:00:00 2001 From: Rutvij Mehta Date: Tue, 16 May 2023 10:18:21 -0700 Subject: [PATCH] Format imports --- docker_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker_test.go b/docker_test.go index 1f454a0..0fe7028 100644 --- a/docker_test.go +++ b/docker_test.go @@ -1,11 +1,12 @@ package docker import ( - "github.com/dchest/uniuri" "os/exec" "reflect" "strings" "testing" + + "github.com/dchest/uniuri" ) func TestCommandBuild(t *testing.T) {