本站源代码
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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