String parsing and state management has been rather cumbersome when fetching APT package data (exemplified in solution to #106). Decided to use Golang since it provide basic data structures, succinct array operations and better error handling. If this pans out, might rewrite the entire action in Go.
String parsing and state management has been rather cumbersome when fetching APT package data (exemplified in solution to #106). Decided to use Golang since it provide basic data structures, succinct array operations and better error handling. If this pans out, might rewrite the entire action in Go.