mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-27 21:49:12 +02:00
7 lines
90 B
Go
7 lines
90 B
Go
package usagereporter
|
|
|
|
import "testing"
|
|
|
|
func Test_report(t *testing.T) {
|
|
t.Parallel()
|
|
}
|