1 indexed skills · max 10 per page
gogf/skills · Backend
GoFrame v2 development conventions and component standards for Go services and APIs. \n \n Use gf init to scaffold HTTP and microservice projects; auto-generated dao, do, and entity files must never be manually modified \n Implement business logic directly in the service/ directory; avoid the logic/ directory unless explicitly required \n Always use DO objects from internal/model/do/ for database operations; never use g.Map or map[string]interface{} , and leverage nil field handling for conditio