Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 508 Bytes

File metadata and controls

39 lines (34 loc) · 508 Bytes

LLM.md - Hanzo Status

Overview

Go module: github.com/hanzoai/status

Tech Stack

  • Language: Go

Build & Run

go build ./...
go test ./...

Structure

status/
  Dockerfile
  LICENSE
  LLM.md
  Makefile
  README.md
  alerting/
  api/
  brands/
  client/
  config/
  config.yaml
  controller/
  docs/
  go.mod
  go.sum

Key Files

  • README.md -- Project documentation
  • go.mod -- Go module definition
  • Makefile -- Build automation
  • Dockerfile -- Container build