chore: fix go code styles (#41)

Signed-off-by: imjoey <majunjie@apache.org>
diff --git a/pkg/adapter/route.go b/pkg/adapter/route.go
index 635573b..4029747 100644
--- a/pkg/adapter/route.go
+++ b/pkg/adapter/route.go
@@ -18,9 +18,10 @@
 package adapter
 
 import (
+	"reflect"
+
 	"github.com/apache/apisix-control-plane/pkg/dp/apisix"
 	"github.com/apache/apisix-control-plane/pkg/mem"
-	"reflect"
 )
 
 func ToRoute(r *mem.Route) *apisix.Route {
diff --git a/pkg/yml/plugin.go b/pkg/yml/plugin.go
index 739940a..c8e9074 100644
--- a/pkg/yml/plugin.go
+++ b/pkg/yml/plugin.go
@@ -14,7 +14,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
- 
+
 package yml
 
 import "github.com/apache/apisix-control-plane/pkg/mem"