github.com/mckael/restic@v0.8.3/cmd/restic/global_release.go (about)

     1  // +build !debug
     2  
     3  package main
     4  
     5  // runDebug is a noop without the debug tag.
     6  func runDebug() error { return nil }