6 lines
75 B
Go
6 lines
75 B
Go
package constants
|
|
|
|
import "time"
|
|
|
|
const SessionDuration = 30 * time.Minute
|