From 9e7356c29b74e5f063f6d0b94b1519ddf4db00dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Thu, 13 Oct 2022 01:13:12 +0200 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fe110c8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# [go-log] + +A simple logging library in Go which supports log levels. + +It is implemented as a wrapper around the standard library's [log package]. + +[go-log]: https://hub.xenrox.net/~xenrox/go-log/ +[log package]: https://godocs.io/log -- 2.44.0