go-utils/stats/memory_test.go

8 lines
77 B
Go

package stats
import "testing"
func TestMemory(t *testing.T) {
Memory()
}