simplefileshare/consts_linux.go
2021-08-31 19:07:19 +05:00

6 lines
77 B
Go

package main
const (
defaultConfigFilePath = "/etc/simplefileshare.conf"
)