Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
update org name
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Mar 23, 2022
1 parent 1b87dc4 commit 320cc0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Go Reference](https://pkg.go.dev/badge/github.com/DisgoOrg/log.svg)](https://pkg.go.dev/github.com/DisgoOrg/log)
[![Go Report](https://goreportcard.com/badge/github.com/DisgoOrg/log)](https://goreportcard.com/report/github.com/DisgoOrg/log)
[![Go Version](https://img.shields.io/github/go-mod/go-version/DisgoOrg/log)](https://golang.org/doc/devel/release.html)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/DisgoOrg/log/blob/master/LICENSE)
[![Disgo Version](https://img.shields.io/github/v/release/DisgoOrg/log)](https://github.com/DisgoOrg/disgologhook/releases/latest)
[![Go Reference](https://pkg.go.dev/badge/github.com/disgoorg/log.svg)](https://pkg.go.dev/github.com/disgoorg/log)
[![Go Report](https://goreportcard.com/badge/github.com/disgoorg/log)](https://goreportcard.com/report/github.com/disgoorg/log)
[![Go Version](https://img.shields.io/github/go-mod/go-version/disgoorg/log)](https://golang.org/doc/devel/release.html)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/disgoorg/log/blob/master/LICENSE)
[![Disgo Version](https://img.shields.io/github/v/release/disgoorg/log)](https://github.com/disgoorg/disgologhook/releases/latest)
[![Disgo Discord](https://discord.com/api/guilds/817327181659111454/widget.png)](https://discord.gg/TewhTfDpvW)

# log
Expand All @@ -11,14 +11,14 @@ The `Logger` interface can be used instead to give the user choice over which lo

This lib ships with a default implementation of the `Logger` interface

[SimpleLogger](https://github.com/DisgoOrg/log/blob/master/simple_logger.go) is a wrapped
[SimpleLogger](https://github.com/disgoorg/log/blob/master/simple_logger.go) is a wrapped
standard [Logger](https://pkg.go.dev/log) to fit the `Logger` interface

You can use your own implementation or a library like [logrus](https://github.com/sirupsen/logrus)

### Installing

```sh
go get github.com/DisgoOrg/log
go get github.com/disgoorg/log
```

2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/DisgoOrg/log
module github.com/disgoorg/log

go 1.17

0 comments on commit 320cc0f

Please sign in to comment.