mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-08 01:33:30 +08:00
6 lines
61 B
Go
6 lines
61 B
Go
package constants
|
|
|
|
const (
|
|
DefaultSessionUserKey = "user"
|
|
)
|