mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 12:57:58 +08:00
8 lines
68 B
Go
8 lines
68 B
Go
|
// +build dev
|
||
|
|
||
|
package cmd
|
||
|
|
||
|
func init() {
|
||
|
developmentMode = true
|
||
|
}
|