package webserver import "github.com/sirupsen/logrus" func init() { logrus.Info("web server loaded") }