go fmt ./...
This commit is contained in:
parent
7659b08a40
commit
09d306aad3
|
@ -1,9 +1,9 @@
|
|||
package procstat
|
||||
|
||||
import (
|
||||
"time"
|
||||
"regexp"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/shirou/gopsutil/process"
|
||||
|
||||
|
|
Loading…
Reference in New Issue