# go检测服务是否异常发送邮箱 **Repository Path**: user_ye/goEmail ## Basic Information - **Project Name**: go检测服务是否异常发送邮箱 - **Description**: go检测服务是否异常发送邮箱 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-25 - **Last Updated**: 2024-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go检测服务是否异常发送邮箱 ## 使用方法 ### 1. 安装依赖 ``` go mod tidy ``` ### 2. 配置config.yaml `copy config.yaml.example config.yaml` + 按照注释自行配置文档 ### 3. 运行 ``` go run main.go ``` ### 4. 编译 ``` go run build ```