We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38019f commit e706836Copy full SHA for e706836
.drone.yml
@@ -85,3 +85,8 @@ steps:
85
commands:
86
- apk add curl jq
87
- curl -s https://proxy.golang.org/go.pr0ger.dev/logger/@v/${DRONE_TAG}.info | jq
88
+- name: godocs.io
89
+ image: "alpine:latest"
90
+ commands:
91
+ - apk add curl
92
+ - curl -X "POST" "https://godocs.io/-/refresh?import_path=go.pr0ger.dev%2Flogger&platform=linux%2Famd64"
README.md
@@ -1,6 +1,6 @@
1
# go-logger [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci]
2
3
-Library for intergrating [zap](https://pkg.go.dev/go.uber.org/zap) logger with [Sentry](https://sentry.io/).
+Library for integrating [zap](https://godocs.io/go.pr0ger.dev/logger) logger with [Sentry](https://sentry.io/).
4
5
## Installation
6
0 commit comments