mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-07 08:57:12 +00:00
7 lines
101 B
Go
7 lines
101 B
Go
//go:build release
|
|
|
|
package api
|
|
|
|
func shouldEnforceReleaseDemoFixtureRuntime() bool {
|
|
return true
|
|
}
|