// Copyright 2024 Matthew Rich . All rights reserved. package testdata import ( // "testing" // "io/ioutil" // "path/filepath" // "log" // "fmt" // "strings" // "strconv" "gitea.rosskeen.house/rosskeen.house/testing/fixture" ) // Raw file fixture data func FixtureRawFile(p fixture.Param) interface{} { return Read(p.(string)) } func ResultRawFile(p fixture.Result) interface{} { return Read(p.(string)) }