summaryrefslogtreecommitdiff
path: root/capset.go
diff options
context:
space:
mode:
Diffstat (limited to 'capset.go')
-rw-r--r--capset.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/capset.go b/capset.go
index a26f815..9824e37 100644
--- a/capset.go
+++ b/capset.go
@@ -7,11 +7,11 @@ package main
import (
"bufio"
"errors"
+ "flag"
"fmt"
"log"
"math"
"os"
- "flag"
"strconv"
)