pinecone-io / go-pinecone

Pinecone.io Golang Client
Apache License 2.0
49 stars 9 forks source link

Remove `.env.example`, update `CONTRIBUTING.md` #62

Closed austin-denoble closed 3 months ago

austin-denoble commented 3 months ago

Problem

Within the SDK itself we're not reading anything from an .env file, but the repo still has an example file that's referenced in the CONTRIBUTING.md file.

Solution

Remove .env.example and update the section about setting up your environment in the CONTRIBUTING.md file.

Type of Change

Test Plan

N/A