diff options
Diffstat (limited to 'internal/pkg/config/embed.go')
-rw-r--r-- | internal/pkg/config/embed.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/internal/pkg/config/embed.go b/internal/pkg/config/embed.go new file mode 100644 index 0000000..cf445cf --- /dev/null +++ b/internal/pkg/config/embed.go @@ -0,0 +1,9 @@ +// Copyright 2023 The Gitea Authors. All rights reserved. +// SPDX-License-Identifier: MIT + +package config + +import _ "embed" + +//go:embed config.example.yaml +var Example []byte |