From 720378409e615389fdbaf714fbcffa35eaab55fd Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 4 Mar 2022 19:31:38 -0800 Subject: [PATCH] Remove pkged.go --- pkged.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 pkged.go diff --git a/pkged.go b/pkged.go deleted file mode 100644 index 6ff758b81..000000000 --- a/pkged.go +++ /dev/null @@ -1,9 +0,0 @@ -package main - -import ( - log "github.com/sirupsen/logrus" -) - -func init() { - log.Warnln("Explicitly building with pkged.go is no longer required and the file will be removed in the future. See https://github.com/owncast/owncast/pull/1464.") -}