refine comment

This commit is contained in:
Eason Lin 2019-03-28 18:22:20 +08:00
parent b6e7c79683
commit cd69161a3a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}