You've already forked management-refactor
mirror of
https://github.com/netbirdio/management-refactor.git
synced 2026-05-22 17:12:59 -07:00
10 lines
205 B
Go
10 lines
205 B
Go
//go:build !loggoroutine
|
|
|
|
package hook
|
|
|
|
import log "github.com/sirupsen/logrus"
|
|
|
|
func additionalEntries(_ *log.Entry) {
|
|
// This function is empty and is used to demonstrate the use of additional hooks.
|
|
}
|