Is this message safe to ignore in development? #4708
Answered
by
leaanthony
keegankb93
asked this question in
Q&A
-
|
Or will this cause issues come build time? I am on the latest MacOS and Go versions I could only find a few github issues that pointed to the Go version as being the culprit, but those were from years past. |
Beta Was this translation helpful? Give feedback.
Answered by
leaanthony
Nov 14, 2025
Replies: 1 comment
-
|
Yes. The dev tools APIs are private but they are "compiled out" to NOPs during a real prod build 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
keegankb93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. The dev tools APIs are private but they are "compiled out" to NOPs during a real prod build 👍