-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Hi,
I have some problems builing nfstop, on top of the last go packages using go version 1.6.2, linux kernel 4.4.0-131-generic and ubuntu LTS 16.04.5.
go version
> go version go1.6.2 linux/amd64
git clone https://github.com/kofemann/nfstop.git
cd nfstop
go build
# _/root/nfstop
./main.go:115: undefined: termui.NewPar
./main.go:116: undefined: termui.ColorDefault
./main.go:117: undefined: termui.ColorDefault
./main.go:120: undefined: termui.NewPar
./main.go:121: undefined: termui.ColorDefault
./main.go:122: undefined: termui.ColorDefault
./main.go:125: undefined: termui.TermHeight
./main.go:127: undefined: termui.NewList
./main.go:130: undefined: termui.ColorDefault
./main.go:132: undefined: termui.NewList
./main.go:132: too many errors
With got get -u github.com/kofemann/nfstop :
# github.com/kofemann/nfstop
src/github.com/kofemann/nfstop/main.go:115: undefined: termui.NewPar
src/github.com/kofemann/nfstop/main.go:116: undefined: termui.ColorDefault
src/github.com/kofemann/nfstop/main.go:117: undefined: termui.ColorDefault
src/github.com/kofemann/nfstop/main.go:120: undefined: termui.NewPar
src/github.com/kofemann/nfstop/main.go:121: undefined: termui.ColorDefault
src/github.com/kofemann/nfstop/main.go:122: undefined: termui.ColorDefault
src/github.com/kofemann/nfstop/main.go:125: undefined: termui.TermHeight
src/github.com/kofemann/nfstop/main.go:127: undefined: termui.NewList
src/github.com/kofemann/nfstop/main.go:130: undefined: termui.ColorDefault
src/github.com/kofemann/nfstop/main.go:132: undefined: termui.NewList
src/github.com/kofemann/nfstop/main.go:132: too many errors
Although termui is installed in ~/go/src/github.com/gizak/termui using lines described in the README.
Cheers
Reactions are currently unavailable