restic/cmd/restic/global_release.go

15 lines
207 B
Go
Raw Normal View History

2022-03-28 22:23:47 +02:00
//go:build !debug && !profile
2018-04-29 15:42:05 +02:00
// +build !debug,!profile
2017-01-22 19:10:32 +01:00
package main
import (
"io"
"github.com/spf13/cobra"
)
func registerProfiling(_ *cobra.Command, _ io.Writer) {
// No profiling in release mode
}