add some works

This commit is contained in:
inhosin 2019-09-07 17:54:53 +03:00
parent cd9ec0c774
commit 8807e5aaab
22 changed files with 1074 additions and 3 deletions

6
config/constants.go Normal file
View file

@ -0,0 +1,6 @@
package config
const (
ServerHostName = "subhub.hostname"
ServerPort = "subhub.port"
)