# sgo **Repository Path**: snowtrace-chui/sgo ## Basic Information - **Project Name**: sgo - **Description**: Go 使用中的一些定制功能(现在有的是日志格式定制) - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-26 - **Last Updated**: 2024-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sgo #### 介绍 Go 使用中的一些定制功能(现在有的是日志格式定制) #### 安装教程 1. export GOPRIVATE="gitee.com" 2. go get -u gitee.com/snowtrace-chui/sgo 3. go get -u github.com/fatih/color #### 使用说明 1. 使用log模块 import "gitee.com/snowtrace-chui/sgo/log" 2. 使用redis模块 import "gitee.com/snowtrace-chui/sgo/redis"