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