Files
gvisor-tap-vsock/tools/dummy.go
2025-05-22 09:41:04 +02:00

10 lines
306 B
Go

// This file is not meant to be built, it's just a placeholder to ensure
// the source for the various tools that we use is properly referenced in go.mod
// and vendored in vendor/
package buildtools
import (
_ "github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
_ "github.com/randall77/makefat"
)