kernel

module
v2.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2025 License: MIT

README

Module kernel

Tests

Tests for this package put in dir /test

Run all test

go test ./... -test.v -tags module
Units

Run test

go test ./... -test.v 

Generate coverage file

go test -coverprofile=coverage.out ./... 

Transform coverage file to html

 go tool cover -html=coverage.out -o coverage.html
Modules

Run test

go test ./tests/modules -test.v -tags module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL