thinkoner/thinkgo

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
LICENSE
README.md
cache/README.md
go.mod
go.sum
view/html/layout.html
view/html/tpl.html
cache/cache.go31
cache/memory_store.go198
B
5 hrs
cache/redis_store.go274
B
6 hrs
cache/repository.go80
cache/store.go17
cache/tag_set.go49
cache/utils.go10
context/cookie.go92
A
3 hrs
context/file.go29
context/request.go220
A
3 hrs
context/response.go85
context/session.go10
filesystem/fs.go57
filesystem/utils.go61
helper/helper.go43
helper/utils.go28
log/formatter/formatter.go6
log/formatter/json_formatter.go28
log/formatter/line_formatter.go18
log/handler/console.go53
A
35 mins
log/handler/file.go69
A
35 mins
log/handler/handler.go22
log/handler/rotate.go9
log/log.go38
log/logger.go126
log/record/record.go45
pipeline.go76
router/metch.go28
router/middleware.go11
router/parameter.go5
router/pipeline.go53
router/resource_controller.go1
router/route.go183
A
2 hrs
router/router.go27
router/rule.go128
router/static.go19
router/utils.go14
session/cookie-handler.go21
session/file-handler.go31
session/handler.go5
session/http.go7