6 lines
42 B
Go
Raw Normal View History

2024-02-21 12:04:40 +08:00
package constant
const (
DBKey = "db"
)