embed.go 445 B

12345678910111213141516
  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 and LICENSE.gogs file.
  4. // Copyright 2025 Huan-Gogs Authors. All rights reserved.
  5. // Use of this source code is governed by a MIT-style
  6. // license that can be found in the LICENSE file.
  7. package public
  8. import (
  9. "embed"
  10. )
  11. //go:embed assets/* css/* img/* js/* plugins/*
  12. var Files embed.FS