Closed bubg-dev closed 6 years ago
the getStates function only ever returns nil or a slice with one item in it which seems like we should just return a pointer then.
getStates
This was originally intended to allow for running multiple instances of a single service, but it never came to fruition. YAGNI, I guess.
the
getStates
function only ever returns nil or a slice with one item in it which seems like we should just return a pointer then.