An open API service indexing awesome lists of open source software.

https://github.com/scanf-s/log_analyzer

Go 언어를 활용한 간단한 Log 분석 어플리케이션
https://github.com/scanf-s/log_analyzer

golang

Last synced: 8 months ago
JSON representation

Go 언어를 활용한 간단한 Log 분석 어플리케이션

Awesome Lists containing this project

README

          

# Simple Log Analyzer

Go 언어 학습을 위한 간단한 로그 분석기 프로젝트입니다.
testdata 폴더에 있는 샘플 로그 파일을 읽어서 간단한 지표 몇가지를 분석하는 CLI 도구입니다.

## 개발 환경
- Go 1.25.1

## 사용 방법

```bash
go run cmd/log-analyzer/main.go (생략가능)--log-path testdata
```