mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-31 07:19:16 +02:00
new tracing system
This commit is contained in:
parent
b87d940d11
commit
a6f43f3c3c
127 changed files with 7509 additions and 1454 deletions
9
internal/testenv/temp.go
Normal file
9
internal/testenv/temp.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
//go:build !darwin
|
||||
|
||||
package testenv
|
||||
|
||||
import "testing"
|
||||
|
||||
func tempDir(t testing.TB) string {
|
||||
return t.TempDir()
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue