You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks very interesting. I ran go build . and got this -
go: downloading github.com/mpragliola/stopwatch v0.0.1
go: downloading github.com/yuin/goldmark v1.4.7
main.go:12:2: no required module provides package github.com/mpragliola/mate/internal/server; to add
it:
go get github.com/mpragliola/mate/internal/server
g:\laragonServerPortable\www\mate>go get github.com/mpragliola/mate/internal/server
go: github.com/mpragliola/mate/internal/server: no matching versions for query "upgrade"
Can you see what's wrong? I'm on Windows.
The text was updated successfully, but these errors were encountered:
@tyeeman hey man, this was actually a project that I was doing to learn Golang and would have never expected someone to find this interesting :)
I am very thankful for your comment, but I'll sadly have to disappoint you, I don't have much time now to check or maintain it properly - bear in mind that it kinda works but needs still a lot of refactoring and funcionality.
I hope to get to back to it soon.
This looks very interesting. I ran
go build .
and got this -Can you see what's wrong? I'm on Windows.
The text was updated successfully, but these errors were encountered: