package
0.0.0-20190910052039-90bb3ed89fb9
Repository: https://github.com/flexi-cache/pkg.git
Documentation: pkg.go.dev

# README

Testing util

import "github.com/flexi-cache/pkg/testutil"

This package is designed for testing, thus should only be used in testing.

# Functions

WithTempFile creates a tempfile with given content then calls f() The file will be deleted after calling f().