File: debug_release.go

package info (click to toggle)
golang-github-karrick-godirwalk 1.15.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 3
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
// +build !godirwalk_debug

package godirwalk

// debug is a no-op for release builds
func debug(_ string, _ ...interface{}) {}