Skip to content

Commit

Permalink
Merge pull request #32 from sttts/sttts-static-typed-deepcopy
Browse files Browse the repository at this point in the history
deepcopy-gen: make deepcopy statically typed and without reflection
  • Loading branch information
smarterclayton authored Jul 17, 2017
2 parents d354881 + 0db6c8a commit 712a173
Show file tree
Hide file tree
Showing 18 changed files with 1,533 additions and 737 deletions.
2 changes: 1 addition & 1 deletion examples/deepcopy-gen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test:
false; \
fi
@go build -o /tmp/$(TOOL)
@PKGS=$$(go list ./output_tests/... | paste -sd' '); \
@PKGS=$$(go list ./output_tests/... | paste -sd' ' -); \
/tmp/$(TOOL) --logtostderr --v=4 -i $$(echo $$PKGS | sed 's/ /,/g') -O zz_generated
@if ! git diff --quiet HEAD; then \
echo "FAIL: output files changed"; \
Expand Down
Loading

0 comments on commit 712a173

Please sign in to comment.