Minor tweaks

This commit is contained in:
Arjan H
2021-02-23 20:25:00 +01:00
parent 319949831b
commit 75f8883835
2 changed files with 3 additions and 2 deletions

View File

@@ -3,13 +3,14 @@ package main
import (
"database/sql"
"fmt"
"github.com/dustin/go-humanize"
"log"
"net/http"
"regexp"
"strconv"
"strings"
"time"
"github.com/dustin/go-humanize"
)
// Activity is a message to be shown on the dashboard, with timestamp and css class

View File

@@ -8,7 +8,7 @@ set -e
if [ ! -e bin/labca ]; then
go mod download
go build -o bin/labca main.go acme.go certificate.go dashboard.go
go build -o bin/labca
fi
bin/labca