mirror of
https://github.com/nxshock/gallery.git
synced 2024-11-27 00:11:00 +05:00
6 lines
60 B
Go
6 lines
60 B
Go
package main
|
|
|
|
const (
|
|
defaultConfigPath = "gallery.conf"
|
|
)
|