package channelserver // Shared time duration constants (seconds) const ( secsPerDay = 86400 // 24 hours secsPerWeek = 604800 // 7 days )