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