You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
We already added support for "//go:embed" with string and []byte, by not obfuscating the "embed" import path. However, embed.FS was still failing: > garble build [stderr] # test/main :13: go:embed cannot apply to var of type embed.WtKNvwbN The compiler detects the type by matching its name to exactly "embed.FS", so don't obfuscate the name "FS" either. While at it, ensure that the embed code behaves the same with "go build". Updates #349. |
4 years ago | |
---|---|---|
.. | ||
bench-cache | 4 years ago | |
bench-nocache | 4 years ago | |
mod | 4 years ago | |
scripts | 4 years ago |