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