Files
2023-10-13 13:51:48 +02:00

10 lines
143 B
Go

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