Skip to content

Commit

Permalink
SM-1096: Update go readme
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Jul 17, 2024
1 parent 9bc10c7 commit b9ea384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To login using an access token. Define some `stateFile` and pass it to use state
instead to not use state.

```go
stateFile := os.Getenv("STATE_DIR")
stateFile := os.Getenv("STATE_FILE")

err := bitwardenClient.AccessTokenLogin(accessToken, &stateFile)
```
Expand Down

0 comments on commit b9ea384

Please sign in to comment.