https://github.com/antithesishq/antithesis-sdk-go
Antithesis SDK for Go
https://github.com/antithesishq/antithesis-sdk-go
go golang sdk
Last synced: 6 months ago
JSON representation
Antithesis SDK for Go
- Host: GitHub
- URL: https://github.com/antithesishq/antithesis-sdk-go
- Owner: antithesishq
- License: mit
- Created: 2024-01-05T20:13:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-24T16:56:36.000Z (10 months ago)
- Last Synced: 2025-09-24T18:26:03.193Z (9 months ago)
- Topics: go, golang, sdk
- Language: Go
- Homepage: https://antithesis.com
- Size: 327 KB
- Stars: 38
- Watchers: 0
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Antithesis Go SDK
This library provides methods for Go programs to configure the [Antithesis](https://antithesis.com) platform. Functionality is grouped into the packages [`assert`](https://antithesis.com/docs/generated/sdk/golang/assert/) for defining new test properties, [`random`](https://antithesis.com/docs/generated/sdk/golang/random/) for Antithesis input, and [`lifecycle`](https://antithesis.com/docs/generated/sdk/golang/lifecycle/) for controlling the Antithesis simulation.
For general usage guidance see the [Antithesis Go SDK Documentation](https://antithesis.com/docs/using_antithesis/sdk/go/)