pkg/include/include_unix.go (4 lines of code) (raw):

// Package include exists to import generators and outputs so the init // function is run. //go:build !windows package include import ( _ "github.com/elastic/spigot/pkg/output/syslog" )