optimized goctl format (#336)

* fix format

* refactor

* refactor

* optimized

* refactor

* refactor

* refactor

* add js path prefix
This commit is contained in:
kingxt
2021-01-04 18:59:48 +08:00
committed by GitHub
parent 01060cf16d
commit 12e235efb0
6 changed files with 138 additions and 40 deletions

View File

@@ -2,4 +2,5 @@ package tsgen
const (
packagePrefix = "components."
pathPrefix = "pathPrefix"
)