Currently, go:embed errors when it is passes a symlinked file, indicating that it isn't supported. This support would be useful.
In the Fuchsia go build system, we often end up with files that are symlinked in a generated directory that serves as inputs to go. While the files can be copied, it would be much easier if the symlinked files could be directly referenced.