From 9746113fa89af5caa8bae7e068e7c2c4273d5c97 Mon Sep 17 00:00:00 2001 From: David Bariod Date: Sat, 26 Oct 2019 08:50:02 +0200 Subject: [PATCH] remove obsolete documentation --- hooks/test/test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hooks/test/test.go b/hooks/test/test.go index 234a17d..b16d066 100644 --- a/hooks/test/test.go +++ b/hooks/test/test.go @@ -1,6 +1,5 @@ -// The Test package is used for testing logrus. It is here for backwards -// compatibility from when logrus' organization was upper-case. Please use -// lower-case logrus and the `null` package instead of this one. +// The Test package is used for testing logrus. +// It provides a simple hooks which register logged messages. package test import (