- With issues:
- Use the search tool before opening a new issue.
- Please provide source code and commit sha if you found a bug.
- Review existing issues and provide feedback or react to them.
Description
Hello! Im new at Golang and i am trying to install gin.
But i getting this error: go: malformed module path "https:/github.com/gin-gonic/gin": invalid char ':'
How to reproduce
I'm just trying to install
Expectations
Install gin
Actual result
go: malformed module path "https:/github.com/gin-gonic/gin": invalid char ':'
Environment
- go version:
go1.21.3 windows/amd64
- gin version (or commit ref):
2.40.1.windows.1
- operating system: Windows 10
Comment From: Victoreisdavid
Sorry about that, i forgot to remove https://
! 😥
I'm coming from Nodejs XD, i'm learning go (and my english is not good).