From f851bf44a7eb58cf0f2d641852965b5ec7267c4e Mon Sep 17 00:00:00 2001 From: Jarno Rankinen Date: Thu, 2 Feb 2023 13:38:31 +0200 Subject: [PATCH] Added comment about building to main.go --- enervent-ctrl-go/main.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/enervent-ctrl-go/main.go b/enervent-ctrl-go/main.go index 4411d12..c24c68b 100644 --- a/enervent-ctrl-go/main.go +++ b/enervent-ctrl-go/main.go @@ -10,6 +10,9 @@ import ( "github.com/0ranki/enervent-ctrl/enervent-ctrl-go/pingvinKL" ) +// Remember to dereference the symbolic links under ./static/html +// prior to building the binary e.g. by using tar + //go:embed static/html/* var static embed.FS