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,12 @@
|
|||
package rapl
|
||||
|
||||
import (
|
||||
elekEnv "gitlab.com/spdf/elektron/environment"
|
||||
"github.com/pkg/errors"
|
||||
"golang.org/x/crypto/ssh"
|
||||
"os"
|
||||
"strconv"
|
||||
|
||||
"github.com/pkg/errors"
|
||||
elekEnv "gitlab.com/spdf/elektron/environment"
|
||||
"golang.org/x/crypto/ssh"
|
||||
)
|
||||
|
||||
func Cap(host, username string, percentage float64) error {
|
||||
|
|
Reference in a new issue