mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
d6207dde6c
Also fix some gofmt issues https://mattermost.atlassian.net/browse/MM-49703
13 lines
287 B
Go
13 lines
287 B
Go
package assets
|
|
|
|
import (
|
|
_ "embed"
|
|
)
|
|
|
|
// DefaultTemplatesArchive is an embedded archive file containing the default
|
|
// templates to be imported to team 0.
|
|
// This archive is generated with `make templates-archive`
|
|
//
|
|
//go:embed templates.boardarchive
|
|
var DefaultTemplatesArchive []byte
|