From dc9c86e3a1bfb43022afc8e5ffa6e5a9ac7d7925 Mon Sep 17 00:00:00 2001 From: Audrius Butkevicius Date: Sun, 28 Jun 2015 21:18:38 +0100 Subject: [PATCH] Change EOL --- cmd/relaysrv/client/debug.go | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/cmd/relaysrv/client/debug.go b/cmd/relaysrv/client/debug.go index 4a3608dec..935e9fe62 100644 --- a/cmd/relaysrv/client/debug.go +++ b/cmd/relaysrv/client/debug.go @@ -1,15 +1,15 @@ -// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file). - -package client - -import ( - "os" - "strings" - - "github.com/calmh/logger" -) - -var ( - debug = strings.Contains(os.Getenv("STTRACE"), "relay") || os.Getenv("STTRACE") == "all" - l = logger.DefaultLogger -) +// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file). + +package client + +import ( + "os" + "strings" + + "github.com/calmh/logger" +) + +var ( + debug = strings.Contains(os.Getenv("STTRACE"), "relay") || os.Getenv("STTRACE") == "all" + l = logger.DefaultLogger +)