We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c4fa9 commit ffe3adaCopy full SHA for ffe3ada
cmd/certinfo/main.go
@@ -62,7 +62,7 @@ func main() {
62
63
// out ...
64
func out(msg string) {
65
- os.Stdout.Write([]byte(msg))
+ _, _ = os.Stdout.Write([]byte(msg))
66
}
67
68
// isPipe ...
go.mod
@@ -1,6 +1,6 @@
1
module paepcke.de/certinfo
2
3
-go 1.24.1
+go 1.24.4
4
5
require (
6
github.com/google/certificate-transparency-go v1.3.2
0 commit comments