mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-10 15:05:20 +08:00
7 lines
68 B
Go
7 lines
68 B
Go
// +build dev
|
|
|
|
package cmd
|
|
|
|
func init() {
|
|
developmentMode = true
|
|
}
|