Skip to content

Commit

Permalink
Perform Requested Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanmanishd committed Jan 16, 2025
1 parent 72b80ac commit d688da6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ATLAN_BASE_URL=your_tenant_base_url
ATLAN_API_KEY=your_api_key
ATLAN_API_KEY=your_api_key
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@

# Go workspace file
go.work
.env
.env
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ This repository houses the code for a Go SDK to interact with [Atlan](https://at
## Installing for Development

### Initial Setup
To get started developing or using the SDK:
To get started developing or using the SDK, follow the steps below. For a more detailed overview, check out our [Getting Started Guide](https://developer.atlan.com/getting-started/#go):

1. Clone the repository:
```bash
git clone <repository-url>
git clone https://github.com/atlanhq/atlan-go.git
```

2. Ensure you have Go 1.19 or later installed. You can verify your Go version with:
Expand Down

0 comments on commit d688da6

Please sign in to comment.