ONSdigital / dp-mongodb-in-memory

Runs an in-memory MongoDB instance for Go unit tests
MIT License
14 stars 13 forks source link

Create Version type #5

Closed rafahop closed 3 years ago

rafahop commented 3 years ago

What

Create a Version type which will avoid parsing the version string multiple times while keeping the logic around it in a separate type/file

How to review

Check the code

Who can review

Anyone