mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
8 lines
111 B
Go
8 lines
111 B
Go
|
//go:build debug && !debugenv
|
||
|
// +build debug,!debugenv
|
||
|
|
||
|
package debug
|
||
|
|
||
|
// debug always on.
|
||
|
const debug = true
|