go fmt ./...

This commit is contained in:
Boian Berberov 2016-06-23 20:31:03 +00:00
parent 7659b08a40
commit 09d306aad3
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
package procstat package procstat
import ( import (
"time"
"regexp" "regexp"
"strconv" "strconv"
"time"
"github.com/shirou/gopsutil/process" "github.com/shirou/gopsutil/process"