Create memory_test.go

This commit is contained in:
Oskar 2021-10-24 14:19:43 +02:00 committed by GitHub
parent bc925a7613
commit c49137a890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

7
stats/memory_test.go Normal file
View File

@ -0,0 +1,7 @@
package stats
import "testing"
func TestMemory(t *testing.T) {
Memory()
}