Skip to content

Commit

Permalink
Finish new failure reporting engine (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Nov 19, 2022
1 parent 2f0d687 commit 602eda4
Show file tree
Hide file tree
Showing 55 changed files with 5,441 additions and 2,468 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -14,6 +14,9 @@ test:
go test
cd _examples && go test

gen:
go generate

fmt:
gofmt -s -w . ./_examples

Expand Down
2 changes: 1 addition & 1 deletion _examples/gae_test.go
@@ -1,4 +1,4 @@
// +build never
//go:build never

package examples

Expand Down

0 comments on commit 602eda4

Please sign in to comment.