fifthsegment / Wpress-Extractor

A simple windows app that allows you to extract .wpress files created by the awesome All-in-one-Wp-Migration plugin
453 stars 121 forks source link

Ease compilation #27

Open utamas opened 4 years ago

utamas commented 4 years ago

Go evolved and added support for go modules.

By adding a go.mod file the underlying dependency can be declared local to project and it won't be put into a global scope.

This also makes it easy to compile this code on any platform (I'm e.g.: using linux).