From b2dd00dd5b83fc7e8b311a55f5a2536e4f3d45a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Wed, 7 Mar 2018 20:04:18 +0000 Subject: Adding enterprise commands support (#8327) --- cmd/platform/output.go | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 cmd/platform/output.go (limited to 'cmd/platform/output.go') diff --git a/cmd/platform/output.go b/cmd/platform/output.go deleted file mode 100644 index edf6ccc71..000000000 --- a/cmd/platform/output.go +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. -package main - -import ( - "fmt" - "os" -) - -func CommandPrintln(a ...interface{}) (int, error) { - return fmt.Println(a...) -} - -func CommandPrintErrorln(a ...interface{}) (int, error) { - return fmt.Fprintln(os.Stderr, a...) -} - -func CommandPrettyPrintln(a ...interface{}) (int, error) { - return fmt.Fprintln(os.Stderr, a...) -} -- cgit v1.2.3-1-g7c22