Package wikidump is a golang package that provides utility functions for downloading and extracting wikipedia dumps.
This package can be installed with the go get command:
go get github.com/negapedia/wikidump
This package depends on p7zip>=16.02
for 7zip files extraction.
API documentation can be found in the associated godoc reference