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.") -}