本站源代码
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

17 líneas
398B

  1. // +build !bindata
  2. // Copyright 2016 The Gitea Authors. All rights reserved.
  3. // Use of this source code is governed by a MIT-style
  4. // license that can be found in the LICENSE file.
  5. package public
  6. import (
  7. "gitea.com/macaron/macaron"
  8. )
  9. // Static implements the macaron static handler for serving assets.
  10. func Static(opts *Options) macaron.Handler {
  11. return opts.staticHandler(opts.Directory)
  12. }
上海开阖软件有限公司 沪ICP备12045867号-1