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