Skip to content

Commit

Permalink
(*)fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
missdeer committed Feb 21, 2017
1 parent 5fd7cad commit 7fa6028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inbound/redir/redir_iptables.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ package redir

import (
"encoding/binary"
"errors"
"fmt"
"net"
"syscall"

"common"
"github.com/pkg/errors"
"inbound"
)

Expand Down

0 comments on commit 7fa6028

Please sign in to comment.