fix: [ci skip] update comment.

This commit is contained in:
Bo-Yi Wu 2017-05-01 21:48:18 +08:00
parent 4f256bfd5c
commit 0f95c504a2
No known key found for this signature in database
GPG key ID: 0F84B2110C500B1F

View file

@ -7,7 +7,7 @@ import (
)
// Handler returns an http.Handler that is capable of handling a variety of mock
// Bitbucket requests and returning mock responses.
// Gitea requests and returning mock responses.
func Handler() http.Handler {
gin.SetMode(gin.TestMode)