From a3a1ee2c6684d5f6a900d4b8916770b1dd83f882 Mon Sep 17 00:00:00 2001 From: agiledragon Date: Sun, 1 Jul 2018 18:49:08 +0800 Subject: [PATCH] rm fmt --- cargo/test/cargo_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cargo/test/cargo_test.go b/cargo/test/cargo_test.go index 4ec9e13..50a0212 100644 --- a/cargo/test/cargo_test.go +++ b/cargo/test/cargo_test.go @@ -5,7 +5,6 @@ import ( . "github.com/smartystreets/goconvey/convey" "github.com/agiledragon/ddd-sample-in-golang/cargo/domain/model" "github.com/agiledragon/ddd-sample-in-golang/cargo/app/service" - "fmt" ) type SpyCargoProvider struct {