go fmt
This commit is contained in:
parent
49378fb60f
commit
7660b66c6c
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ func gardenRun(opts *GardenOptions) error {
|
|||
|
||||
c := make(chan os.Signal)
|
||||
signal.Notify(c, os.Interrupt, syscall.SIGTERM)
|
||||
go func(){
|
||||
go func() {
|
||||
<-c
|
||||
walkAway()
|
||||
os.Exit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue