Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
gildas committed Jun 13, 2024
1 parent edc48ee commit d8a30a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ client := gcloudcx.NewClient(&gcloudcx.ClientOptions{
})
```

You can also pass a `context.Context` with a `logger.Logger``:
You can also pass a (context.Context)[https://pkg.go.dev/context] with a (logger.Logger)[https://pkg.go.dev/github.com/gildas/go-logger]:

```go
log := logger.Create("gcloudcx")
Expand Down

0 comments on commit d8a30a0

Please sign in to comment.