answer/internal/base/constant/comment.go

8 lines
82 B
Go
Raw Normal View History

package constant
import "time"
const (
CommentEditDeadline = time.Minute * 5
)