Skip to content

Latest commit

 

History

History

modules

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kubetail Go Modules

Workspace that contains the Go modules used by Kubetail

Overview

This workspace contains the following modules:

Please view the README in each directory for more details.

Run code generators

First install the dependencies:

brew install protobuf protoc-gen-go protoc-gen-go-grpc

Next, run the code generators:

go generate github.com/kubetail-org/kubetail/modules/...

Run tests

To run the tests in all the modules:

go test github.com/kubetail-org/kubetail/modules/...