github.com/advanderveer/restic@v0.8.1-0.20171209104529-42a8c19aaea6/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 }