From 5c66734fdbd461b05c00369c753d23226ca33ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Sun, 1 May 2022 11:23:42 +0800 Subject: [PATCH] add xml decode --- app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.go b/app.go index ec1174f..4233c17 100644 --- a/app.go +++ b/app.go @@ -8,7 +8,7 @@ import ( "go.mongodb.org/mongo-driver/mongo/options" ) -const Version = "1.0.5" +const Version = "1.0.6" type Client struct { Db *mongo.Client // 驱动