本站源代码
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
443B

  1. /*
  2. Package vfsgen takes an http.FileSystem (likely at `go generate` time) and
  3. generates Go code that statically implements the provided http.FileSystem.
  4. Features:
  5. - Efficient generated code without unneccessary overhead.
  6. - Uses gzip compression internally (selectively, only for files that compress well).
  7. - Enables direct access to internal gzip compressed bytes via an optional interface.
  8. - Outputs `gofmt`ed Go code.
  9. */
  10. package vfsgen
上海开阖软件有限公司 沪ICP备12045867号-1