package integrations import ( log "github.com/sirupsen/logrus" ) func PrintName() { log.Infof("This is the public integrations package") }