Added comment about building to main.go

This commit is contained in:
Jarno Rankinen 2023-02-02 13:38:31 +02:00
parent 21bfe7a9d5
commit f851bf44a7
1 changed files with 3 additions and 0 deletions

View File

@ -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