clean up various TODOs and comments

This commit is contained in:
Ben Kraft
2021-03-22 18:11:51 -07:00
parent 463e3ed319
commit a42c9b8166
12 changed files with 63 additions and 60 deletions
+3
View File
@@ -2,4 +2,7 @@ example:
go generate ./...
go run ./example/cmd/example/main.go csilvers
check:
go test ./...
.PHONY: example