From cec8466ad2163056f3d7d79ee95e6119acaf3350 Mon Sep 17 00:00:00 2001 From: Mateus Braga Date: Sat, 4 Apr 2015 11:32:42 -0400 Subject: [PATCH] osutil: fix InterruptHandler comment position --- pkg/osutil/interrupt_unix.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/osutil/interrupt_unix.go b/pkg/osutil/interrupt_unix.go index 438b530a8..3063f6be2 100644 --- a/pkg/osutil/interrupt_unix.go +++ b/pkg/osutil/interrupt_unix.go @@ -14,9 +14,6 @@ // +build !windows,!plan9 -// InterruptHandler is a function that is called on receiving a -// SIGTERM or SIGINT signal. - package osutil import ( @@ -27,6 +24,8 @@ import ( "syscall" ) +// InterruptHandler is a function that is called on receiving a +// SIGTERM or SIGINT signal. type InterruptHandler func() var (