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