We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d08255 commit 4ec16cdCopy full SHA for 4ec16cd
coderd/runtimeconfig/deploymententry_test.go
@@ -44,7 +44,7 @@ func ExampleDeploymentValues() {
44
if err != nil {
45
panic(err)
46
}
47
- fmt.Println(val)
+ _, _ = fmt.Println(val)
48
// Output: hello world
49
50
0 commit comments