Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Refactor definitions with pure golang struct #984

Merged
merged 15 commits into from
Nov 2, 2021
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ vet:
go vet ./...

generate:
go generate -tags tools ./...
go generate ./...
gofmt -w -l .

build: tidy generate format check
go build -tags tools ./...
go build ./...

build-all:
for f in $$(find . -name go.mod); \
Expand Down
54 changes: 0 additions & 54 deletions cmd/definitions/gen_feature.go

This file was deleted.

67 changes: 0 additions & 67 deletions cmd/definitions/gen_func.go

This file was deleted.

120 changes: 0 additions & 120 deletions cmd/definitions/gen_op.go

This file was deleted.

Loading