mirror of
https://github.com/parkan/go-hauk.git
synced 2026-05-08 16:47:46 +02:00
7 lines
104 B
Go
7 lines
104 B
Go
package frontend
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html main.js style.css lib assets
|
|
var Files embed.FS
|