| Tim Windelschmidt | 6d33a43 | 2025-02-04 14:34:25 +0100 | [diff] [blame^] | 1 | // Copyright The Monogon Project Authors. |
| 2 | // SPDX-License-Identifier: Apache-2.0 | ||||
| 3 | |||||
| Leopold | be326c2 | 2023-01-04 20:42:59 +0100 | [diff] [blame] | 4 | //go:build tools |
| 5 | // +build tools | ||||
| 6 | |||||
| 7 | package sandboxroot | ||||
| 8 | |||||
| 9 | import ( | ||||
| 10 | _ "github.com/rmohr/bazeldnf/cmd" | ||||
| 11 | ) | ||||