hoshsadiq / m3ufilter

ABANDONED - A tool that allows to filter specific items from an m3u filter designed for IPTV.
GNU General Public License v2.0
48 stars 18 forks source link

Error when building #3

Closed LiamKenyon closed 5 years ago

LiamKenyon commented 5 years ago

go build can't load package: package github.com/hoshsadiq/m3ufilter: unknown import path "github.com/hoshsadiq/m3ufilter": cannot find module providing package github.com/hoshsadiq/m3ufilter

hoshsadiq commented 5 years ago

Hello, you need to make sure you check out the repo in $GOPATH/src/github.com/m3ufilter. Ensure the following environment variables are set: GO111MODULES=on, CGO_ENABLED=0. Then you should be able to build.

I've already uploaded alpha releases if you do not want to bother with building: https://github.com/hoshsadiq/m3ufilter/releases