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