Runing goimports on project as well as fixing README so that headers render correctly.
This commit is contained in:
parent
b341c0a0e4
commit
9554bf2666
22 changed files with 90 additions and 71 deletions
|
@ -1,11 +1,6 @@
|
|||
package pcp
|
||||
|
||||
import (
|
||||
"gitlab.com/spdf/elektron/constants"
|
||||
elecLogDef "gitlab.com/spdf/elektron/logging/def"
|
||||
"gitlab.com/spdf/elektron/pcp"
|
||||
"gitlab.com/spdf/elektron/rapl"
|
||||
"gitlab.com/spdf/elektron/utilities"
|
||||
"bufio"
|
||||
"container/ring"
|
||||
"fmt"
|
||||
|
@ -17,6 +12,12 @@ import (
|
|||
"strings"
|
||||
"syscall"
|
||||
"time"
|
||||
|
||||
"gitlab.com/spdf/elektron/constants"
|
||||
elecLogDef "gitlab.com/spdf/elektron/logging/def"
|
||||
"gitlab.com/spdf/elektron/pcp"
|
||||
"gitlab.com/spdf/elektron/rapl"
|
||||
"gitlab.com/spdf/elektron/utilities"
|
||||
)
|
||||
|
||||
func round(num float64) int {
|
||||
|
|
Reference in a new issue