Sort
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2022-01-16 00:45:34 +01:00
parent 2d1157131b
commit f74166bf96
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
"github.com/rs/zerolog/log"
"net/http"
"os"
"sort"
"strconv"
"strings"
"text/template"
@ -59,6 +60,8 @@ func runHttpServer() {
taglist = append(taglist, s)
}
sort.Strings(taglist)
var daylist []string
for i := 0; i <= 7; i++ {
g := -1 * 24 * i