update repository links to codeberg

This commit is contained in:
Erik Winter 2022-09-15 09:35:08 +02:00
parent 395ab15e14
commit c46a11c3e5
1 changed files with 1 additions and 1 deletions

View File

@ -163,4 +163,4 @@ Ever had some external library messing up things because they decided just to lo
== Example implementation
An example of how you can adapt a regular logging library to these practices is the `log` package in my https://git.ewintr.nl/go-kit[small personal go kit repository]. There is an interface definition in `log.go`, together with two implementations, one for https://github.com/Sirupsen/logrus[Logrus] and one for the https://gokit.io/[gokit.io] `log` package, and an implemention suitable for use in testing.
An example of how you can adapt a regular logging library to these practices is the `log` package in my https://codeberg.org/ewintr/go-kit[small personal go kit repository]. There is an interface definition in `log.go`, together with two implementations, one for https://github.com/Sirupsen/logrus[Logrus] and one for the https://gokit.io/[gokit.io] `log` package, and an implemention suitable for use in testing.