(no title)
syvolt
|
1 year ago
What if I'm already using techniques, such as sandboxing, to prevent the tools from doing anything unexpected? Why bring this entire mess of indirect dependencies into my project if I'm just using a tool to occasionally analyze my binary's output size? Or a tool to lint my protobuf files?
wakawaka28|1 year ago
syvolt|1 year ago
It will still add the dependencies of those tools as indirect dependencies to your go.mod file, that is what's being discussed.