nafisfaysal / matterhook

A Go client for Mattermost's webhooks API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install

oboshto opened this issue · comments

Hi! Thank you for your module.

I have issue with installing via go get -u https://github.com/nafisfaysal/matterhook
This error comes up:
go get: malformed module path "https:/github.com/nafisfaysal/matterhook": invalid char ':'

Relative issues: golang/go#28001, golang/go#29247

OS: Windows 10
Go version: go1.17.2 windows/amd64

Thank you.

I've found the solution:
remove unnecessary https:// on README installation section

#2