overflow_server_app/constants.go

8 lines
91 B
Go
Raw Normal View History

2017-11-23 08:06:44 +00:00
package main
const (
ConfigFileName = "config.json"
GRPCUserIDKey = "GRPCUserID"
)