Register f.ArticlePreviewHtmlData in init()

This commit is contained in:
2024-07-13 14:17:40 +02:00
parent 85e2f8b4ad
commit 4e0bce37a2
2 changed files with 8 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ import (
func init() {
gob.Register(b.User{})
gob.Register(f.ArticlePreviewHtmlData{})
}
func main() {