Go embed 相对路径

1
2
3
4
5
6
7
8
package res

import (
_ "embed"
)

//go:embed ../.temp/temp.txt
var tempFile string