From bda9b394d07ac1cec2e00de20b8734e30628816d Mon Sep 17 00:00:00 2001 From: "Sean E. Russell" Date: Tue, 20 Jul 2021 09:31:42 -0500 Subject: Mostly TODOs, but adds command to build Darwin/ARM --- config.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.go') diff --git a/config.go b/config.go index 9f59f56..7ff2947 100644 --- a/config.go +++ b/config.go @@ -20,6 +20,7 @@ import ( "github.com/xxxserxxx/lingo/v2" ) +// FIXME github action uses old(er) Go version that doesn't have embed //go:embed "dicts/*.toml" var Dicts embed.FS @@ -50,6 +51,7 @@ type Config struct { NvidiaRefresh time.Duration } +// FIXME parsing can't handle blank lines func NewConfig() Config { cd := configdir.New("", "gotop") cd.LocalPath, _ = filepath.Abs(".") -- cgit v1.2.3