From f242a6676551d74b8598304b914967bf9591903a Mon Sep 17 00:00:00 2001 From: justinpolygon <123573436+justinpolygon@users.noreply.github.com> Date: Fri, 11 Oct 2024 07:52:08 -0700 Subject: [PATCH] Minor change to get tests/lint to run --- rest/example/stocks/ipos/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/example/stocks/ipos/main.go b/rest/example/stocks/ipos/main.go index 1a8bbb9..830d020 100644 --- a/rest/example/stocks/ipos/main.go +++ b/rest/example/stocks/ipos/main.go @@ -1,4 +1,4 @@ -// Stocks - IPOs +// Stocks - Company IPOs // https://polygon.io/docs/stocks/get_v1_reference_ipos package main