This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-05-02 22:49:16 +00:00
|
|
|
package web
|
|
|
|
|
2021-12-01 19:35:28 +00:00
|
|
|
import _ "embed"
|
2021-05-02 22:49:16 +00:00
|
|
|
|
|
|
|
//go:embed robots.txt
|
|
|
|
var RobotsTxt []byte
|
|
|
|
|
|
|
|
//go:embed security.txt
|
|
|
|
var SecurityTxt []byte
|