optimized api new with absolute path like: goctl api new $PWD/xxxx (#67)

* rebase upstream

* rebase

* trim no need line

* trim no need line

* trim no need line

* update doc

* remove update

* optimized api new with absolute path like: goctl api new $PWD/xxxx

* optimized api new with absolute path like: goctl api new $PWD/xxxx

* optimized api new with absolute path like: goctl api new $PWD/xxxx

* optimized api new with absolute path like: goctl api new $PWD/xxxx

Co-authored-by: kingxt <dream4kingxt@163.com>
This commit is contained in:
kingxt
2020-09-13 16:17:21 +08:00
committed by GitHub
parent fb22589cf5
commit 05df86436f
5 changed files with 31 additions and 17 deletions

View File

@@ -73,6 +73,7 @@ type (
StringExpr string
Name string
}
PointerType struct {
StringExpr string
// it can be asserted as BasicType: int、bool、