Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 523 Bytes

File metadata and controls

38 lines (33 loc) · 523 Bytes

LLM.md - Hanzo Atomic

Overview

Go module: github.com/luxfi/atomic

Tech Stack

  • Language: Go

Build & Run

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

Structure

atomic/
  CHANGELOG.md
  LICENSE.txt
  Makefile
  README.md
  assert_test.go
  bool.go
  bool_ext.go
  bool_test.go
  cacheline.go
  doc.go
  duration.go
  duration_ext.go
  duration_test.go
  error.go
  error_ext.go

Key Files

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