本站源代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 line
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