1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-26 04:28:43 +01:00

removed redundant type def

This commit is contained in:
Nick Boughton 2020-12-11 01:01:59 +00:00
parent 6c04f4c18c
commit 7e71ce72bd

@ -10,14 +10,6 @@ import (
"github.com/nboughton/dotfiles/waybar/modules/gobar"
)
type jsonOutput struct {
Text string `json:"text,omitempty"`
Alt string `json:"alt,omitempty"`
Tooltip string `json:"tooltip,omitempty"`
Class string `json:"class,omitempty"`
Percentage int `json:"percentage,omitempty"`
}
var outfile = fmt.Sprintf("%s/tmp/updates.json", os.Getenv(("HOME")))
func main() {