Skip to content

Some termui functions not found #1

@remyd1

Description

@remyd1

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions