From 073d787e0bf2ca801687ebdcf3ff54e1a16d9869 Mon Sep 17 00:00:00 2001 From: justinpolygon <123573436+justinpolygon@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:51:01 -0700 Subject: [PATCH] Minor change to get tests/lint to run --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b0f82d4..cf3b13d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ The official Go client library for the [Polygon](https://polygon.io/) REST and WebSocket API. This client makes use of Go generics and thus requires Go 1.18. See the [docs](https://polygon.io/docs/stocks/getting-started) for more details on our API. - ## Getting Started This section guides you through setting up a simple project with polygon-io/client-go.