f5/sysutils_unix.go
2024-08-03 16:22:39 +08:00

9 lines
133 B
Go

//go:build unix
// +build unix
package f5
func ReadJsonFile(fileName string) (string, error) {
return q5.ReadTextFile(fileName)
}