initialize refreshRunning mutex
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2023-11-13 18:12:13 -07:00
parent fb4b22cd08
commit a3bcb61bae
1 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,8 @@ func init() {
if err != nil {
log.Fatalf("couldn't parse HTML templates: %v", err)
}
refreshRunning = &sync.Mutex{}
}
func main() {