This commit is contained in:
aozhiwei 2024-08-03 16:25:29 +08:00
parent 8d8e92d31e
commit e5653a91a1

View File

@ -3,6 +3,10 @@
package f5
import(
"q5"
)
func ReadJsonFile(fileName string) (string, error) {
return q5.ReadTextFile(fileName)
}