We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d3ab8 commit e461d27Copy full SHA for e461d27
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