# base-tool **Repository Path**: kmyss/base-tool ## Basic Information - **Project Name**: base-tool - **Description**: 自己构建的 go 基础工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-04 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 概览 本项目是自己通过开源软件构建的通用GO支持库 包括如下内容: - 不阻塞单线程运行的UDP Server - 基于线程的写文件处理包 - 基于Zap的logger包 - 基于viper的配置文件读取包 - 通用的一些小工具, 判断路径存在,utf8与GBK互换等