Updating IsDebugging docs to remove redudent words.

This commit is contained in:
Regner Blok-Andersen 2017-04-05 12:28:36 -07:00
parent e2212d40c6
commit 64268c5c7f

View File

@ -15,7 +15,7 @@ func init() {
}
// IsDebugging returns true if the framework is running in debug mode.
// Use SetMode(gin.Release) to switch to disable the debug mode.
// Use SetMode(gin.Release) to disable debug mode.
func IsDebugging() bool {
return ginMode == debugCode
}