File: log.go

package info (click to toggle)
golang-github-showmax-go-fqdn 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bullseye, bullseye-backports, forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (8 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
7
8
// +build !DEBUG

package fqdn

// Internal debug functions which by default does nothing. This allows compiler
// to optimize it out so it has no performance impact. If you want the output,
// recompile with `-tags DEBUG`.
func debug(s string, v ...interface{}) {}