Remove pkged.go

This commit is contained in:
Gabe Kangas
2022-03-04 19:31:38 -08:00
parent ec41fd87a3
commit 720378409e

View File

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