From e746e30ef0b4180e74c211f7a86deb309b1a05de Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sat, 1 Nov 2014 20:20:03 -0400 Subject: [PATCH] wrong package name --- term_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term_linux.go b/term_linux.go index 5d2b6aa..645d21d 100644 --- a/term_linux.go +++ b/term_linux.go @@ -1,4 +1,4 @@ -package terminal +package main // These constants are declared here, rather than importing // them from the syscall package as some syscall packages, even