diff options
author | Robin Tarsiger <rtarsiger@dasyatidae.com> | 2016-03-31 12:53:52 -0500 |
---|---|---|
committer | Robin Tarsiger <rtarsiger@dasyatidae.com> | 2016-03-31 12:53:52 -0500 |
commit | cfbafde31390b76136741782b312bbe0bcff51d0 (patch) | |
tree | 1ca042605e99628b3ef1f142d96f46f36d54281d /common/termmon | |
parent | fd2c2431a08c4f2a17b7a8aa9edfadece67275ca (diff) |
Fix package declaration in termmon_linux.go
Diffstat (limited to 'common/termmon')
-rw-r--r-- | common/termmon/termmon_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/termmon/termmon_linux.go b/common/termmon/termmon_linux.go index 5540562..89d3e9f 100644 --- a/common/termmon/termmon_linux.go +++ b/common/termmon/termmon_linux.go @@ -25,7 +25,7 @@ * POSSIBILITY OF SUCH DAMAGE. */ -package main +package termmon import ( "fmt" |