Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# LaunchDarkly Go Test Helpers

[![Actions Status](https://github.com/launchdarkly/go-test-helpers/actions/workflows/ci.yml/badge.svg?branch=main)]
[![Documentation](https://img.shields.io/static/v1?label=go.dev&message=reference&color=00add8)](https://pkg.go.dev/github.com/launchdarkly/go-test-helpers)

[![Actions Status](https://github.com/launchdarkly/go-test-helpers/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/launchdarkly/go-test-helpers/actions/workflows/ci.yml)
[![Documentation](https://img.shields.io/static/v1?label=go.dev&message=reference&color=00add8)](https://pkg.go.dev/github.com/launchdarkly/go-test-helpers/v3)

This project centralizes some test support code that is used by LaunchDarkly's Go SDK and related components, and that may be useful in other Go projects.

Expand Down
Loading