mirror of
https://github.com/wader/fq.git
synced 2024-11-23 18:56:52 +03:00
6 lines
82 B
Go
6 lines
82 B
Go
//go:build !profile
|
|
|
|
package cli
|
|
|
|
func maybeProfile() func() { return func() {} }
|