Wpress-Extractor icon indicating copy to clipboard operation
Wpress-Extractor copied to clipboard

Ease compilation

Open utamas opened this issue 4 years ago • 0 comments

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).

utamas avatar Jun 23 '20 03:06 utamas