use traditional controller tool to generate code

This commit is contained in:
runzexia
2019-08-07 21:05:12 +08:00
parent bd5f916557
commit e5d59b75a8
86 changed files with 9764 additions and 116 deletions

8
vendor/github.com/gobuffalo/flect/go.mod generated vendored Normal file
View File

@@ -0,0 +1,8 @@
module github.com/gobuffalo/flect
go 1.12
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0
)