parent
18c30f60fd
commit
410481644d
@ -1,4 +1,4 @@
|
||||
package statusscreen
|
||||
package main
|
||||
|
||||
// Config is a struct with my config
|
||||
type Config struct {
|
@ -1,4 +1,4 @@
|
||||
package statusscreen
|
||||
package main
|
||||
|
||||
import (
|
||||
"github.com/common-nighthawk/go-figure"
|
@ -1,4 +1,4 @@
|
||||
package statusscreen
|
||||
package main
|
||||
|
||||
import (
|
||||
"bytes"
|
@ -1,4 +1,4 @@
|
||||
package statusscreen
|
||||
package main
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
Loading…
Reference in new issue