mirror of
https://github.com/int128/kubelogin.git
synced 2026-02-14 16:39:51 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
//go:build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/vektra/mockery/v2/cmd"
|
|
)
|