We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8a7bb commit 27c9bb7Copy full SHA for 27c9bb7
2 files changed
certgraph.go
@@ -339,7 +339,7 @@ func breathFirstSearch(roots []string) {
339
}
340
}()
341
342
- wg.Wait() // wait for querying to finish
+ wg.Wait() // wait for querying to finish
343
close(domainNodeInputChan) // close input channel to signal goroutine to exit
344
close(domainNodeOutputChan)
345
<-done // wait for save to finish
todo.md
@@ -0,0 +1,11 @@
1
+# TODO
2
+
3
+* bugs?
4
+* performance improvements
5
6
+## done
7
8
+* gh builds
9
+* gh action lints
10
+* gh action docker
11
+* updated version tag
0 commit comments