Categorygithub.com/cfi2017/bl3-save-core
modulepackage
1.3.1
Repository: https://github.com/cfi2017/bl3-save-core.git
Documentation: pkg.go.dev

# README

Removing omitempty from protobuf definitions

ls *.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}'

# Packages

No description provided by the author