1
0
mirror of https://github.com/nxshock/gallery.git synced 2024-11-27 00:11:00 +05:00
gallery/consts.go

6 lines
60 B
Go
Raw Normal View History

2023-01-08 14:52:16 +05:00
package main
const (
defaultConfigPath = "gallery.conf"
)