From b2dc24e95cf94dd7cc6aa948f83f700286c58d91 Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Sun, 17 Jan 2021 11:04:45 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 497a058..f6f0374 100644 --- a/README.md +++ b/README.md @@ -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