Categorygithub.com/ssh-connection-manager/kernel

# 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

# Packages

No description provided by the author