mirror of
https://github.com/beego/bee.git
synced 2025-09-14 08:12:10 +00:00
add goconvey dependence
This commit is contained in:
@@ -113,6 +113,7 @@ module %s
|
||||
go %s
|
||||
|
||||
require github.com/astaxie/beego %s
|
||||
require github.com/smartystreets/goconvey v1.6.4
|
||||
`
|
||||
|
||||
var apirouter = `// @APIVersion 1.0.0
|
||||
|
@@ -51,6 +51,7 @@ module %s
|
||||
go %s
|
||||
|
||||
require github.com/astaxie/beego %s
|
||||
require github.com/smartystreets/goconvey v1.6.4
|
||||
`
|
||||
|
||||
var module utils.DocValue
|
||||
|
@@ -96,6 +96,7 @@ module %s
|
||||
go %s
|
||||
|
||||
require github.com/astaxie/beego %s
|
||||
require github.com/smartystreets/goconvey v1.6.4
|
||||
`
|
||||
var test = `package test
|
||||
|
||||
|
Reference in New Issue
Block a user