package test import "testing" func TestTempFile(t *testing.T) { _, f, e := TempFile(".", "test") if e != nil { t.Fatalf("failed to create temp file: %s", e) } defer f() } ate' title='Atom feed' href='https://git.anshulg.com/ansg191/bun/atom/docs/cli/bun-install.md?h=dylan/github-api-option' type='application/atom+xml'/>
![]() |
index : bun | |
Unnamed repository; edit this file 'description' to name the repository. |
aboutsummaryrefslogtreecommitdiff |