Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 361 Bytes

File metadata and controls

40 lines (27 loc) · 361 Bytes

Development

Prerequisites

  • Go 1.26.3 or later

Building

From an existing checkout:

make build

From a fresh clone:

git clone https://github.com/DataDog/ddtest.git
cd ddtest
make build

Testing

make test

Formatting and Vetting

make fmt
make vet

Running from Source

make run