From 4013bd3dd6560aff0d5edc579fdabf4c9fc128bc Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Mon, 10 Aug 2020 13:35:04 +0200 Subject: [PATCH] README: fix indentation in snippet --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5796706..1201dc6 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,10 @@ time="2015-03-26T01:27:38-04:00" level=fatal msg="The ice breaks!" err=&{0x20822 To ensure this behaviour even if a TTY is attached, set your formatter as follows: ```go - log.SetFormatter(&log.TextFormatter{ - DisableColors: true, - FullTimestamp: true, - }) +log.SetFormatter(&log.TextFormatter{ + DisableColors: true, + FullTimestamp: true, +}) ``` #### Logging Method Name