go vendor
This commit is contained in:
11
vendor/github.com/revel/modules/testrunner/app/plugin.go
generated
vendored
Normal file
11
vendor/github.com/revel/modules/testrunner/app/plugin.go
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
package app
|
||||
|
||||
import (
|
||||
"github.com/revel/revel"
|
||||
)
|
||||
|
||||
func init() {
|
||||
revel.OnAppStart(func() {
|
||||
revel.AppLog.Info("Go to /@tests to run the tests.")
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user