Skip to content

Commit

Permalink
Replace pkg.go.dev with godocs.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0Ger committed Oct 31, 2021
1 parent a38019f commit e706836
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@ steps:
commands:
- apk add curl jq
- curl -s https://proxy.golang.org/go.pr0ger.dev/logger/@v/${DRONE_TAG}.info | jq
- name: godocs.io
image: "alpine:latest"
commands:
- apk add curl
- curl -X "POST" "https://godocs.io/-/refresh?import_path=go.pr0ger.dev%2Flogger&platform=linux%2Famd64"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# go-logger [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci]

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/).

## Installation

Expand Down

0 comments on commit e706836

Please sign in to comment.