mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
Minor tweaks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user