6 ms·
Seems quite useful. Will definitely check it out. Minor nit: 10MB really isn’t that “small” for a CLI. I’d looked at your go.mod and seems like the most of dep
by mr-karan 2y ago
Seems quite useful. Will definitely check it out.
Minor nit: 10MB really isn’t that “small” for a CLI. I’d looked at your go.mod and seems like the most of dependency bloat might be coming from cobra or viper as it has in-tree plugins. You can check out an alternative like https://github.com/knadh/koanf https://github.com/knadh/koanf which would decrease the binary size, I’m sure.
- deleted 2y ago[deleted]