Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
5fdca5678df575870c5c2def673669e894b5158e
/
.
/
third_party
/
sandboxroot
/
tools.go
blob: 8ca9f1591c3b3193f1a5c2eb0bec03652d42e558 [
file
] [
log
] [
blame
]
// Copyright The Monogon Project Authors.
// SPDX-License-Identifier: Apache-2.0
//go:build tools
// +build tools
package sandboxroot
import (
_ "github.com/rmohr/bazeldnf/cmd"
)