Skip to content

Commit

Permalink
shirou#596 Amend last commit, add missing strconv pkg in process_free…
Browse files Browse the repository at this point in the history
…bsd.go
  • Loading branch information
Lomanic committed Nov 17, 2018
1 parent 8ef9b01 commit 8ffa453
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions process/process_freebsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
"context"
"encoding/binary"
"os/exec"
"strconv"
"strings"

cpu "github.com/shirou/gopsutil/cpu"
Expand Down

0 comments on commit 8ffa453

Please sign in to comment.