mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
4a75a50370
* Disable Gravatar * Lowercase emails * Add migration
8 lines
200 B
Go
8 lines
200 B
Go
//go:build fs_embed
|
|
|
|
package main
|
|
|
|
import "embed"
|
|
|
|
//go:embed templates/*/*.html public/manifest.json public/assets/*.js public/assets/*.css public/assets/*.svg public/assets/*.png
|
|
var dirFS embed.FS
|