- β Fast: Compiled to native code for maximum performance
- π¦ Simple: Zero-dependency, easy to get started
- π€ Concurrent: Utilizes goroutines and channels
- βοΈ Configurable: Supports JSON/YAML configuration files
# Clone the repo
git clone https://github.com/anantacoder/go.git
cd go
# Build the binary
go build -o myapp ./cmd/myapp
# (Optional) Install to your $GOPATH/bin
go install github.com/anantacoder/go/cmd/myapp@latest
