Skip to content

Commit

Permalink
修正注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Apr 3, 2021
1 parent 2297d14 commit 58bf241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/asset.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "embed"
//go:embed trojan-install.sh client.json
var f embed.FS

// GetAsset 获取资源字符串
// GetAsset 获取资源[]byte
func GetAsset(name string) []byte {
data, _ := f.ReadFile(name)
return data
Expand Down

0 comments on commit 58bf241

Please sign in to comment.