quasoft / memstore

In-memory store for gorilla/sessions for use in tests and dev environments
BSD 3-Clause "New" or "Revised" License
19 stars 6 forks source link

Add required imports #4

Closed caseyhadden closed 6 years ago

caseyhadden commented 6 years ago

The commits updating keys on 20Sept are missing a couple of imports required by the code. Specifically, the code uses the encoding/base32 and strings packages, but those imports are not included in the source. This commit adds those necessary imports.

quasoft commented 6 years ago

Indeed Travis reported this error.

Thank you!