From 5f11b3c524021d59770af5f19657384427a2e406 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 15 Oct 2019 15:42:04 +0800 Subject: [PATCH] github.com/mitchellh/mapstructure to github.com/gazeboxu/mapstructure --- utils/typeconv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/typeconv.go b/utils/typeconv.go index e81d978d..bca6b810 100644 --- a/utils/typeconv.go +++ b/utils/typeconv.go @@ -13,8 +13,8 @@ import ( "time" "git.rosy.net.cn/baseapi" + "github.com/gazeboxu/mapstructure" "github.com/gazeboxu/structs" - "github.com/mitchellh/mapstructure" ) var (