8 lines
182 B
Go
8 lines
182 B
Go
//go:build no_animations
|
|
|
|
package build
|
|
|
|
// NoAnimations is true if the application was built without animations by
|
|
// passing the no_animations build tag.
|
|
const NoAnimations = true
|