lint: go:embed tags

This commit is contained in:
ditatompel 2024-05-24 05:48:45 +07:00
parent 1ece270c00
commit 7a02672bbc
No known key found for this signature in database
GPG key ID: 31D3D06D77950979

View file

@ -9,7 +9,7 @@ import (
//go:generate npm i
//go:generate npm run build
//go:embed all:build/*
//go:embed build/*
var f embed.FS
func SvelteKitHandler() http.FileSystem {