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 d8a30a0 commit 508d3fb
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)[https://pkg.go.dev/context] with a (logger.Logger)[https://pkg.go.dev/github.com/gildas/go-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 508d3fb

Please sign in to comment.