1
1
mirror of https://github.com/wader/fq.git synced 2024-12-25 14:23:18 +03:00
fq/pkg/cli/noprofile.go

6 lines
82 B
Go
Raw Normal View History

//go:build !profile
package cli
func maybeProfile() func() { return func() {} }