Skip to content

Commit 27c9bb7

Browse files
committed
gofmt
1 parent fd8a7bb commit 27c9bb7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

certgraph.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ func breathFirstSearch(roots []string) {
339339
}
340340
}()
341341

342-
wg.Wait() // wait for querying to finish
342+
wg.Wait() // wait for querying to finish
343343
close(domainNodeInputChan) // close input channel to signal goroutine to exit
344344
close(domainNodeOutputChan)
345345
<-done // wait for save to finish

todo.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)