go vendor

This commit is contained in:
lealife
2017-11-30 19:55:33 +08:00
parent 2856da6888
commit 0fb92efbf3
670 changed files with 199010 additions and 0 deletions

30
vendor/github.com/revel/modules/README.md generated vendored Normal file
View File

@@ -0,0 +1,30 @@
---
title: Modules Overview
section: modules
---
Revel Modules
==================================
## Core Modules
These modules are part of the core revel and a dependancy
- [Static](static/) = Serves static files
- [Jobs](jobs/) = The Cron Jobs runner
- [TestRunner](testrunner/) = Test sweet
## Upcoming
- [csrf](csrf/)
- [pprof](/pprof/)
## Xperimental
- [Auth](/auth/)
- [Db](/db/)
- [Gorm ORM](/orm/gorm)
### Caution
this is a work in progress