Refactor how valid solutions are stored. #24
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently it is a slice of strings that get outputted.
Ideally create a slice of slice or a slice of maps to store.
Relevant files:
https://go.dev/play/p/EF-NrQ6I2Ub proof-of-concept
Better: https://go.dev/play/p/poGDhjDt5LZ