$ go get github.com/google/skicka
# github.com/cheggaaa/pb
src\github.com\cheggaaa\pb\pb_win.go:9: undefined: os in os.Stdin
src\github.com\cheggaaa\pb\pb_win.go
looks like this:
// +build windows
package pb
import (
"github.com/olekukonko/ts"
)
var tty = os.Stdin
func terminalWidth() (int, error) {
size, err := ts.GetSize()
return size.Col(), err
}
--
You received this message because you are subscribed to the Google Groups "skicka-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skicka-users...@googlegroups.com.
To post to this group, send email to skicka...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/skicka-users/02cccf70-4329-4994-8bb9-99d8ed809142%40googlegroups.com.