10 lines
105 B
Go
10 lines
105 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"embed"
|
||
|
)
|
||
|
|
||
|
//go:embed "htmx.min.js"
|
||
|
//go:embed "index.html"
|
||
|
var content embed.FS
|