mirror of
https://github.com/containers/gvisor-tap-vsock.git
synced 2025-09-27 05:08:25 +08:00
10 lines
306 B
Go
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"
|
|
)
|