dev 3
This commit is contained in:
8
go-client/libs/const.go
Normal file
8
go-client/libs/const.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package libs
|
||||
|
||||
import "time"
|
||||
|
||||
var (
|
||||
API_HOST = "http://139.224.247.176:13499"
|
||||
HTTPTimeout = 5 * time.Second
|
||||
)
|
||||
Reference in New Issue
Block a user