7 lines
75 B
Go
7 lines
75 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed build_docs/*
|
|
var DocsDist embed.FS
|