pkg / term

Package term manages POSIX terminals.
BSD 2-Clause "Simplified" License
393 stars 64 forks source link

go vet issues #28

Closed mewmew closed 6 years ago

mewmew commented 6 years ago

At rev b1f72af2d63057363398bec5873d16a98b453312

u@x220 ~> go test github.com/pkg/term/...
# github.com/pkg/term/termios
goget/src/github.com/pkg/term/termios/termios_test.go:113: Fatal call has possible formatting directive %v
goget/src/github.com/pkg/term/termios/termios_test.go:126: Fatal call has possible formatting directive %v
ok      github.com/pkg/term 0.002s
FAIL    github.com/pkg/term/termios [build failed]