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