2
0

embed.go 265 B

123456789101112
  1. // Copyright 2022 The Gogs Authors. All rights reserved.
  2. // Use of this source code is governed by a MIT-style
  3. // license that can be found in the LICENSE file.
  4. package public
  5. import (
  6. "embed"
  7. )
  8. //go:embed assets/* css/* img/* js/* plugins/*
  9. var Files embed.FS