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