qtc

package
v0.0.0-...-c45f10a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2025 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Overview

Package qtc exists to trick the Go tooling into adding required packages to go.mod, so that generating dependencies doesn't continually try to remove these and break the build.

This situation is arising because: * a bazel rule depends on a Go binary built from a Go dependency * the Go dependency is fetched from the Gazelle generated set * the Gazelle set is generated from go.mod * go.mod is inferred based on source imports * there is no explicit source import of these Go packages

By adding explicit imports here, the issue is resolved.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL