cmd/exporter/main.go (
5
lines of code) (
raw
):
//go:build linux // +build linux package main import "github.com/alibaba/kubeskoop/pkg/exporter/cmd" func main() { cmd.Execute() }