add some works
This commit is contained in:
parent
cd9ec0c774
commit
8807e5aaab
22 changed files with 1074 additions and 3 deletions
6
config/constants.go
Normal file
6
config/constants.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package config
|
||||
|
||||
const (
|
||||
ServerHostName = "subhub.hostname"
|
||||
ServerPort = "subhub.port"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue