Commit Graph

2 Commits

Author SHA1 Message Date
Abhinav Gupta 1ac8c17cdc
all: gofmt -w -s
Run `gofmt -w -s` on all files.

Command used to make this change:

    gofmt -w -s $(rg --files -g '*.go' | rg -v compilation_error)

Dropped `-s` for some generated files.

Depends on 
Resolves 
2023-01-10 19:03:24 -08:00
Aaron Friel d2a8a140b7 chore: Update makefile, ensure make test_codegen_go 2022-10-17 00:22:48 -07:00