1
1
mirror of https://github.com/nboughton/dotfiles synced 2024-11-22 14:51:56 +01:00

removed redundant type definition

This commit is contained in:
Nick Boughton 2020-12-09 22:29:59 +00:00
parent 155f4c0f30
commit b720c2a562
2 changed files with 0 additions and 16 deletions

@ -16,14 +16,6 @@ type config struct {
Versions []string `json:"versions,omitempty"`
}
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/aur-vcheck.json", os.Getenv(("HOME")))
func main() {

@ -16,14 +16,6 @@ type config struct {
Versions []string `json:"versions,omitempty"`
}
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/aur-vcheck.json", os.Getenv(("HOME")))
func main() {