Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
cdb325ee1cd0b3f3e6db46d8d933d0ab519a5d14
/
.
/
third_party
/
sandboxroot
/
tools.go
blob: 578e592183d0d4da614e2584aa2c719b236e0f60 [
file
] [
log
] [
blame
]
//go:build tools
// +build tools
package sandboxroot
import (
_ "github.com/rmohr/bazeldnf/cmd"
)