Alen

Results 14 comments of Alen

> @HHC26 can you give concrete examples for every point (1-4) and show how the fiber api should look with these features > > please also put it in relation...

> As you said, every developer has their own style of directory for their favorite projects. Will you going to make every style in one framework? > > Frameworks like...

> we had a fiber cli back then, for the quicksetup of the project but this is no longer necessary and was not used much, as the setup is quite...

> I think you're talking about [gin-swagger](https://github.com/swaggo/gin-swagger) The gin swagger is not easy to use, if Gin can call it, it will be easier to generate API documentation

> 能否举一些例子,细说具体方向或模块? 例如: 编写中大型项目时,使用gf ctrl 等指令 会生成较多的文件,部分文件名生成的很长,编译运行的时间也比较长

> ✔ upgraded sponge binary. ❌ upgrade template code. Error: execute command failed, exec: "ls": executable file not found in %PATH% 看来不止一个人遇到

希望其他后端语言也能否使用这个好看的ui

IF gin automatically implements binding routing, parameter verification, and generating swaggers, which can reduce a lot of workload when developing the web type UserSearchReq struct { g.Meta path:"/user/list" tags:"sysUser" method:"get"...

> What are some good solutions that can be automatically generated? > @HHC26 Hello, can you give some examples? For my understanding? // CreateApi // @Tags SysApi // @Summary xx_api...

> @HHC26 Hello, can you give some examples? For my understanding? Gin automatically implements binding routing, parameter verification, and generating swaggers, which can reduce a lot of workload when developing...