# gosearcher **Repository Path**: Crazyrw/gosearcher ## Basic Information - **Project Name**: gosearcher - **Description**: 字节跳动青训营-搜索引擎项目 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-19 - **Last Updated**: 2022-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` ├─searcher │ ├─model │ ├─pagination:分页 │ ├─sorts:打分排序 │ ├─storage:存储 │ ├─system:系统设置 │ └─words:分词 └─web ├─controller:路由的处理函数 ├─middleware:中间件 ├─router:路由 └─service:服务层 ```