1
1
mirror of https://github.com/wader/fq.git synced 2024-10-04 23:48:00 +03:00
fq/pkg/cli/noprofile.go
2021-09-12 13:08:53 +02:00

6 lines
82 B
Go

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