rsmq icon indicating copy to clipboard operation
rsmq copied to clipboard

Implmentation announcment. Golang!

Open ebuckley opened this issue 3 years ago • 2 comments

Hi there,

I have been using your tiny and excellent framework at work. To aide my understanding of it, I have implemented a package for the go language.

  • [x] tests
  • [x] API compatability. Almost there! I am just missing the ChangeMessageAttributes function.
  • [x] Worker interface. done!

Here is the code https://github.com/ebuckley/rsmq

thanks!

ebuckley avatar Mar 22 '22 02:03 ebuckley

Hi @ebuckley that's great to see. Please update us once you get close to API compatibility and we will update the README to mention the Goland port

smrchy avatar Apr 21 '22 12:04 smrchy

Hi @smrchy I had a spare moment and updated my implementation to include the ChangeMessageAttributes implementation

ebuckley avatar Jul 22 '22 04:07 ebuckley