From 11cbb597471127c1b29e78e6cad0a1a4d93ea24c Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 17 May 2018 12:40:40 -0700 Subject: Renaming platform binary to mattermost. (#8801) --- cmd/output.go | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 cmd/output.go (limited to 'cmd/output.go') diff --git a/cmd/output.go b/cmd/output.go deleted file mode 100644 index 630e831de..000000000 --- a/cmd/output.go +++ /dev/null @@ -1,21 +0,0 @@ -// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. -// See License.txt for license information. - -package cmd - -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