web.go 85 B

12345678910
  1. package web
  2. import (
  3. _ "embed"
  4. )
  5. var (
  6. //go:embed index.html
  7. IndexHtml string
  8. )