Commit Graph

4 Commits

Author SHA1 Message Date
Thomas Gummerer 68d1f592ce more progress on codegen tests (they'll need the SDK to be built) 2024-04-03 15:05:22 +02:00
Thomas Gummerer 3058ce0d75 tmp 2024-03-22 08:27:38 +01:00
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