Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
chore: Update module links
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen committed Apr 30, 2021
1 parent 824c599 commit a61a9e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# zalğ͔ol̻o̶g͌
Zalgo handler for [apex/log](https://github.com/apex/log)

[godoc](https://pkg.go.dev/github.com/svanburen/zalgolog)
[![GoDoc](https://godoc.org/github.com/stefanvanburen/zalgolog?status.svg)](https://pkg.go.dev/github.com/stefanvanburen/zalgolog?tab=doc)

Heavily based on [aybabtme/logzalgo](https://github.com/aybabtme/logzalgo)

Expand Down
2 changes: 1 addition & 1 deletion example/zalgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"github.com/apex/log"
"github.com/svanburen/zalgolog"
"github.com/stefanvanburen/zalgolog"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/svanburen/zalgolog
module github.com/stefanvanburen/zalgolog

go 1.15

Expand Down

0 comments on commit a61a9e1

Please sign in to comment.