# golangworks **Repository Path**: localhostpxj/golangworks ## Basic Information - **Project Name**: golangworks - **Description**: golang练手项目 - **Primary Language**: Go - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-31 - **Last Updated**: 2024-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # golangworks > 记录一些学习golang过程中的知识点和练手项目 - internal-lib: go标准库 - open-source-lib: go相关三方库 - log-agent: 日志收集 ## 介绍 golang练手项目 # log日志 # 日志收集 ## 架构图 ## 开源库 ### sarama-kafka客户端 ```shell go get github.com/IBM/sarama ``` ### tailf ```shell go get github.com/hpcloud/tail ``` ### go-ini 读取ini格式配置文件 ```shell go get github.com/go-ini/ini ``` ### etcd ```shell go get go.etcd.io/etcd/client/v3 ``` # 爬虫项目