mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-28 15:38:05 +02:00
7 lines
90 B
Go
7 lines
90 B
Go
package usagereporter
|
|
|
|
import "testing"
|
|
|
|
func Test_report(t *testing.T) {
|
|
t.Parallel()
|
|
}
|