diff --git a/cmd/keeper/stubs.go b/cmd/keeper/stubs.go index 4f92028240..04a3bc735b 100644 --- a/cmd/keeper/stubs.go +++ b/cmd/keeper/stubs.go @@ -22,6 +22,5 @@ package main // This allows golangci-lint to typecheck the code without errors. // The actual implementations are provided in platform-specific files. func getInput() []byte { - // This is a no-op stub - real implementations are in platform-specific files - return nil + panic("stub") }