blob: 578e592183d0d4da614e2584aa2c719b236e0f60 [file] [log] [blame]
Leopoldbe326c22023-01-04 20:42:59 +01001//go:build tools
2// +build tools
3
4package sandboxroot
5
6import (
7 _ "github.com/rmohr/bazeldnf/cmd"
8)