# robot **Repository Path**: huerbiao/robot ## Basic Information - **Project Name**: robot - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-21 - **Last Updated**: 2024-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 该项目为提供机器人服务提供,目前先走一个单体搞起来 #环境变量设置 这里这个是设置GIN的,本项目的设置方式不是这样的 - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode) 是需要单独的进行设置,同时会进行gin的处理 - using env: export APP_ALT_MODE=stable - using code: config.SetMode(config.ReleaseMode)