Import project

This commit is contained in:
nxshock 2021-08-31 19:07:19 +05:00
parent f0e39831c2
commit 1b0cbbf5cd
13 changed files with 588 additions and 0 deletions

5
consts_linux.go Normal file
View file

@ -0,0 +1,5 @@
package main
const (
defaultConfigFilePath = "/etc/simplefileshare.conf"
)