Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop authored Jan 17, 2021
1 parent aaca7e3 commit b2dc24e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ are quite important. Previous solutions (for example [`vfsgen`](https://github.c
with [`httpgzip`](https://github.com/shurcooL/httpgzip)) can optimize performance by storing compressed assets and
serving them directly to capable user agents. This library implements such functionality for embedded file systems.

> **_NOTE:_** Unfortunately guarding new api with build tags is not a viable option, since it imposes
> [issues](https://github.com/golang/go/issues/43400) in older versions of Go.
## Example

```go
Expand Down

0 comments on commit b2dc24e

Please sign in to comment.