Go FMT run on entire project
This commit is contained in:
parent
fa0cd43a5e
commit
d2fc72885d
4 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
package pcp
|
||||
|
||||
import (
|
||||
"bitbucket.org/bingcloud/electron/rapl"
|
||||
"bufio"
|
||||
"container/ring"
|
||||
"log"
|
||||
|
@ -12,7 +13,6 @@ import (
|
|||
"strings"
|
||||
"syscall"
|
||||
"time"
|
||||
"bitbucket.org/bingcloud/electron/rapl"
|
||||
)
|
||||
|
||||
var RAPLUnits = math.Pow(2, -32)
|
||||
|
|
|
@ -2,7 +2,7 @@ package pcp
|
|||
|
||||
type Victim struct {
|
||||
Watts float64
|
||||
Host string
|
||||
Host string
|
||||
}
|
||||
|
||||
type VictimSorter []Victim
|
||||
|
|
Reference in a new issue