Hello π. Here's a list of my favorite projects.
- logfind : linter to find log.Println(), etc.
- logdel : Static analysis tool to remove log.Println(), etc. in bulk
- ctxchecker : linter to check if context is in the argument
- logdis : logger to notify logs directly to discord using webhook (archive)
- loghook : logger to notify logs to slack,discord using webhook
- glyph : A web-service that allows you to save documents in markdown format
- mylb : Implementing a Load Balancer in Golang(just a toy)
- btree : cli tool to compare b-tree implementations and their speed
- monokage : In-Memory Database Using Bloom Filter
- csql : CLI tool to insert CSV data into a specified database.
- ketos : A CLI tool for sharing any local application with others using a Docker container.
- fukuro : [WIP] Toy container runtime written in Golang.
- trigger : A flexible trigger engine for Go, designed to execute registered actions when their associated predicates evaluate to true.