mirror of
https://github.com/beego/bee.git
synced 2024-11-01 00:00:53 +00:00
add goconvey dependence
This commit is contained in:
parent
ee489ba3bb
commit
7f6f49b338
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user