From 1fa7745e1c0af93c19a8d46da5faed0c3d3aa6de Mon Sep 17 00:00:00 2001 From: Jelle van den Hooff Date: Tue, 10 Dec 2024 11:58:47 -0800 Subject: [PATCH] readme: add pkg.go.dev badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e7ea4fd..8767ee5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # Gosim: Simulation testing for Go +[![Go Reference](https://pkg.go.dev/badge/github.com/jellevandenhooff/gosim.svg)](https://pkg.go.dev/github.com/jellevandenhooff/gosim) Gosim is a simulation testing framework that aims to make it easier to write reliable distributed systems code in go. Gosim takes standard go programs and