mirror of
https://github.com/nxshock/simplefileshare.git
synced 2024-11-27 03:11:01 +05:00
6 lines
72 B
Go
6 lines
72 B
Go
package main
|
|
|
|
const (
|
|
defaultConfigFilePath = "simplefileshare.conf"
|
|
)
|