Gitiles
Code Review
Sign In
gerrit-dev.monogon.dev
/
monogon
/
f6136cab946c3dc574032e671d096c5c86818b9b
/
.
/
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"
)