1
0
mirror of https://github.com/nxshock/gallery.git synced 2024-11-27 00:11:00 +05:00
gallery/consts.go
2023-01-08 14:52:16 +05:00

6 lines
60 B
Go

package main
const (
defaultConfigPath = "gallery.conf"
)