Compare commits
No commits in common. "98e8da4a766da0bb6ebd6b77b40e2d9a0495d2bc" and "005f9fd96979068deda2d88b9f56f385931e776c" have entirely different histories.
98e8da4a76
...
005f9fd969
3
clear.sh
3
clear.sh
@ -1,3 +0,0 @@
|
||||
ls api/account/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|
||||
ls api/bundle/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|
||||
ls api/order/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|
Loading…
Reference in New Issue
Block a user