This commit is contained in:
parent
2d1157131b
commit
f74166bf96
1 changed files with 3 additions and 0 deletions
3
main.go
3
main.go
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue