huyuan1999

Results 3 issues of huyuan1999

```go package main import ( "fmt" "github.com/jaypipes/ghw" "github.com/sirupsen/logrus" "os" "strings" ) func Exists(path string) bool { _, err := os.Stat(path) if err != nil { if os.IsExist(err) { return true...

fatal error: concurrent map writes goroutine 2208 [running]: runtime.throw({0x12adfb9, 0xc00001a8d0}) /usr/local/go/src/runtime/panic.go:1198 +0x71 fp=0xc0002cdac8 sp=0xc0002cda98 pc=0x1033cf1 runtime.mapassign_fast64(0x126a340, 0xc00007cf30, 0x22c) /usr/local/go/src/runtime/map_fast64.go:101 +0x2c5 fp=0xc0002cdb00 sp=0xc0002cdac8 pc=0x1012545 github.com/olekukonko/tablewriter.(*Table).parseDimension(0xc000168000, {0x12a9cd9, 0x0}, 0x44, 0x0) /Users/huyuan/go/pkg/mod/github.com/olekukonko/[email protected]/table.go:963 +0x29b...

Changes: * Add width, height, center and label_visibility parameters and implement them.