#596 Amend last commit, add missing strconv pkg in process_freebsd.go

This commit is contained in:
Lomanic 2018-11-17 18:27:04 +01:00
parent 8ef9b01052
commit 8ffa453390
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ import (
"context"
"encoding/binary"
"os/exec"
"strconv"
"strings"
cpu "github.com/shirou/gopsutil/cpu"