From 75f88838356d694349bb1902c2440561db8aece3 Mon Sep 17 00:00:00 2001 From: Arjan H Date: Tue, 23 Feb 2021 20:25:00 +0100 Subject: [PATCH] Minor tweaks --- gui/dashboard.go | 3 ++- gui/setup.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gui/dashboard.go b/gui/dashboard.go index 210c3b1..0dbb465 100644 --- a/gui/dashboard.go +++ b/gui/dashboard.go @@ -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 diff --git a/gui/setup.sh b/gui/setup.sh index 472a9e4..44cd504 100755 --- a/gui/setup.sh +++ b/gui/setup.sh @@ -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