knqyf263 / go-plugin

Go Plugin System over WebAssembly
MIT License
586 stars 30 forks source link

Cleanup *.pb.go files generated at previous generating stage #38

Open dmvolod opened 1 year ago

dmvolod commented 1 year ago

Since the *.proto files can change, as well as the logic of the plugin, the files that were generated at the previous stage according to the template must be deleted beforehand.

Template for removing: <package>*.pb.go