本站源代码
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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