From cd69161a3a1536ef1d6f26e9e861d7120e9d0f99 Mon Sep 17 00:00:00 2001 From: Eason Lin Date: Thu, 28 Mar 2019 18:22:20 +0800 Subject: [PATCH] refine comment --- swagger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger.go b/swagger.go index 2c70930..be02e55 100644 --- a/swagger.go +++ b/swagger.go @@ -13,7 +13,7 @@ import ( // Config stores ginSwagger configuration variables. type Config struct { - //The url pointing to API definition (normally swagger.json or swagger.yaml). Default is doc.json + //The url pointing to API definition (normally swagger.json or swagger.yaml). Default is `doc.json`. URL string }