go-utils/stats/memory_test.go
Oskar 1cb931d9ef
chore: new tests
* Create bytes_test.go
* Create cpu_test.go
* Create memory_test.go
* Create uptime_test.go
2021-10-24 14:50:52 +02:00

8 lines
77 B
Go

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