mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at tooltip 9 lines 131 B view raw
1package bskyweb 2 3import "embed" 4 5//go:embed static/* 6var StaticFS embed.FS 7 8//go:embed embedr-static/* 9var EmbedrStaticFS embed.FS