Reformat. Cosmetic changes in structure

This commit is contained in:
Jan Eitzinger
2021-03-26 10:19:54 +01:00
parent f32ff9d006
commit e7d933e60f
5 changed files with 44 additions and 54 deletions

View File

@@ -10,15 +10,11 @@ import "C"
import (
"errors"
// "io/ioutil"
// "log"
// "strconv"
"fmt"
"log"
"strings"
"time"
"unsafe"
//protocol "github.com/influxdata/line-protocol"
)
type LikwidCollector struct {

View File

@@ -1,7 +1,6 @@
package collectors
import (
// "errors"
"io/ioutil"
"log"
"strconv"

View File

@@ -7,7 +7,6 @@ import (
"strconv"
"strings"
"time"
//protocol "github.com/influxdata/line-protocol"
)
const MEMSTATFILE = `/proc/meminfo`