overflow_server_app/constants.go
crusader 25bb9aca92 ing
2018-03-21 20:42:06 +09:00

8 lines
91 B
Go

package main
const (
ConfigFileName = "config.json"
GRPCUserIDKey = "GRPCUserID"
)