1
This commit is contained in:
parent
8d8e92d31e
commit
e5653a91a1
@ -3,6 +3,10 @@
|
|||||||
|
|
||||||
package f5
|
package f5
|
||||||
|
|
||||||
|
import(
|
||||||
|
"q5"
|
||||||
|
)
|
||||||
|
|
||||||
func ReadJsonFile(fileName string) (string, error) {
|
func ReadJsonFile(fileName string) (string, error) {
|
||||||
return q5.ReadTextFile(fileName)
|
return q5.ReadTextFile(fileName)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user