usermngmt/constant.go

9 lines
101 B
Go
Raw Normal View History

2021-11-08 04:53:03 +00:00
package usermngmt
// Constant ...
const (
tableUser = "users"
timezoneHCM = "Asia/Ho_Chi_Minh"
)