Skip to content

Commit

Permalink
Merge pull request #40 from ivpusic/patch-1
Browse files Browse the repository at this point in the history
added missing import
  • Loading branch information
gravityblast committed Sep 30, 2015
2 parents e507568 + f097aff commit 0998d10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/limit_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package runner

import (
"syscall"
"fmt"
)

func initLimit() {
Expand Down

0 comments on commit 0998d10

Please sign in to comment.