docs: update README.md

This commit is contained in:
Stevan Freeborn
2026-01-12 18:14:20 -06:00
parent 54865ba64c
commit 311acd4d26
2 changed files with 83 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ func TestGet(t *testing.T) {
onspring.WithHTTPClient(&http.Client{Transport: &ErrorTransport{}}),
)
context.TODO()
err := client.Ping.Get(t.Context())
if err == nil {