mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-08-24 00:14:39 +00:00
7 lines
103 B
Go
7 lines
103 B
Go
//go:build !release
|
|
|
|
package api
|
|
|
|
func shouldEnforceReleaseDemoFixtureRuntime() bool {
|
|
return false
|
|
}
|