mirror of
https://github.com/nxshock/simplefileshare.git
synced 2025-07-02 00:13:36 +05:00
5 lines
77 B
Go
5 lines
77 B
Go
package main
|
|
|
|
const (
|
|
defaultConfigFilePath = "/etc/simplefileshare.conf"
|
|
)
|