feat: Add gorm session store#131
Conversation
|
The test is now failing because of the ancient version of Go. It works on 1.13 and higher (although the error on the old ones says 1.14 :-/ ... anyhow I am not sure how to make it so this specific module is only tested on 1.14 or higher, since its a sub-part. Any tips? |
|
Hi, I'm interested on this feature. How can I help to get this merged in? |
|
Hey to skip tests on versions lower than 1.13 you can add a build constraint in the test file for example: gorm/gorm_test.go |
|
I rebased to get rid of the conflicts. I was not sure how to resolve the ones in go.sum.... that file is a mess ;) Maybe |
|
|
|
What do you think @appleboy ? |
|
@bluescreen10 - I have a line like the following in my go.mod to use my branch... |
|
It's simply gorm not GoRM. |
I updated the MR title, but it was already merged, so the commit message will live on ;) |
Adds GoRM session store