The only somewhat messy thing that I had to do following the refactor was to add an import for the main module (not sure if that is the right terminology when using Go) in the internal/agent/agent.go as the version information was moved outside of the agent module itself.
Additionally, it adds an import for the Wifi icon to be used on the hub table.
Resubmit of #109 to fulfill #105
The only somewhat messy thing that I had to do following the refactor was to add an import for the main module (not sure if that is the right terminology when using Go) in the
internal/agent/agent.go
as the version information was moved outside of the agent module itself.Additionally, it adds an import for the Wifi icon to be used on the hub table.