Protect changing in parallel using HTTP 412 precondition failed
basebuild / goreleaser (push) Has been cancelled

This commit is contained in:
2025-11-26 21:58:39 +02:00
parent 90d896e1cc
commit 9dce53eded
5 changed files with 80 additions and 102 deletions
+1
View File
@@ -0,0 +1 @@
Hello
+12
View File
@@ -0,0 +1,12 @@
package lubinas
import (
"embed"
"io/fs"
)
//go:embed all:dist
var distDir embed.FS
// DistDirFS contains the embedded dist directory files (without the "dist" prefix)
var DistDirFS, _ = fs.Sub(distDir, "dist")