summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Kangas <gabek@real-ity.com>2022-03-04 19:31:38 -0800
committerGabe Kangas <gabek@real-ity.com>2022-03-04 19:31:38 -0800
commit720378409e615389fdbaf714fbcffa35eaab55fd (patch)
tree4e874d29ae4874f771f77fcd81ac9759825c1154
parentec41fd87a3b4c56c946f01611e1780afbc5569cb (diff)
Remove pkged.gov0.0.11
-rw-r--r--pkged.go9
1 files changed, 0 insertions, 9 deletions
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.")
-}