osutil: fix InterruptHandler comment position

This commit is contained in:
Mateus Braga
2015-04-04 11:32:42 -04:00
parent c777516a5d
commit cec8466ad2

View File

@ -14,9 +14,6 @@
// +build !windows,!plan9 // +build !windows,!plan9
// InterruptHandler is a function that is called on receiving a
// SIGTERM or SIGINT signal.
package osutil package osutil
import ( import (
@ -27,6 +24,8 @@ import (
"syscall" "syscall"
) )
// InterruptHandler is a function that is called on receiving a
// SIGTERM or SIGINT signal.
type InterruptHandler func() type InterruptHandler func()
var ( var (