mirror of https://gitee.com/answerdev/answer.git
8 lines
82 B
Go
8 lines
82 B
Go
|
package constant
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
const (
|
||
|
CommentEditDeadline = time.Minute * 5
|
||
|
)
|