rwxrob / cmdtab

Apache License 2.0
13 stars 0 forks source link

Make User more robust (never nil) #17

Closed rwxrob closed 3 years ago

rwxrob commented 3 years ago

Current implementation does not account for possible errors that could leave User as a nil pointer. Need to ensure this is never the case.