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
Ensure Go, gcc, git in the PATH environment variable
Open command prompt and exec: go get github.com/kevinschoon/pomo
Got this message: package github.com/gizak/termui: no Go files in C:\Users\YOURUSERID\go\src\github.com\gizak\termui
Go to this path C:\Users\YOURUSERID\go\src\github.com\kevinschoon\pomo and run: go build .. pomo.exe is created and ready
The text was updated successfully, but these errors were encountered:
I tried today to build pomo on Windows 10 and it's successfully done:
Requirements:
Steps
go get github.com/kevinschoon/pomo
Got this message:
package github.com/gizak/termui: no Go files in C:\Users\YOURUSERID\go\src\github.com\gizak\termui
C:\Users\YOURUSERID\go\src\github.com\kevinschoon\pomo
and run:go build .
.pomo.exe
is created and readyThe text was updated successfully, but these errors were encountered: